1 write to _lazyExternalErrorDiagnosticUpdateSource
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
136
_lazyExternalErrorDiagnosticUpdateSource
= new Lazy<ExternalErrorDiagnosticUpdateSource>(() =>
3 references to _lazyExternalErrorDiagnosticUpdateSource
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\VisualStudioWorkspaceImpl.cs (3)
149
internal ExternalErrorDiagnosticUpdateSource ExternalErrorDiagnosticUpdateSource =>
_lazyExternalErrorDiagnosticUpdateSource
.Value;
1376
if (
_lazyExternalErrorDiagnosticUpdateSource
.IsValueCreated)
1378
_lazyExternalErrorDiagnosticUpdateSource
.Value.Dispose();