We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following two cases may suffer from race conditions in the use of WeakReference<T>, similar to the one described in #25839.
WeakReference<T>
roslyn/src/Workspaces/Core/Portable/SemanticModelWorkspaceService/SemanticModelWorkspaceServiceFactory.cs
Lines 229 to 239 in 4f3739a
roslyn/src/VisualStudio/Core/Def/Implementation/ProjectSystem/MetadataReferences/VisualStudioMetadataReferenceManager.RecoverableMetadataValueSource.cs
Line 58 in 878ffad
The text was updated successfully, but these errors were encountered:
Closing out as this has been rewritten and does not use weakrefs anymore.
Sorry, something went wrong.
No branches or pull requests
The following two cases may suffer from race conditions in the use of
WeakReference<T>
, similar to the one described in #25839.roslyn/src/Workspaces/Core/Portable/SemanticModelWorkspaceService/SemanticModelWorkspaceServiceFactory.cs
Lines 229 to 239 in 4f3739a
roslyn/src/VisualStudio/Core/Def/Implementation/ProjectSystem/MetadataReferences/VisualStudioMetadataReferenceManager.RecoverableMetadataValueSource.cs
Line 58 in 878ffad
The text was updated successfully, but these errors were encountered: