Skip to content

Conversation

@MSDN-WhiteKnight
Copy link
Contributor

@MSDN-WhiteKnight MSDN-WhiteKnight commented May 26, 2019

Summary

  • Replace incorrect statement about volatile keyword in remarks. volatile keyword does not techinically use Volatile.Read / Volatile.Write methods, but only causes all field access instructions to be volatile operations (which is effectively the same, but without a method call).

  • Add See also link to the volatile keyword documentation.

Related to https://github.com/dotnet/dotnet-api-docs.ru-ru/issues/22

@BillWagner
Copy link
Member

@kouvel Can you review this change? It looks correct to me, but I'd like your review as well.

@kouvel
Copy link
Contributor

kouvel commented May 28, 2019

Looks accurate to me as well, thanks!

Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for making this update @MSDN-WhiteKnight

We've reviewed this, and I'll :shipit: now.

Thanks again for contributing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants