1 write to _lazyExternalErrorDiagnosticUpdateSource
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
135
_lazyExternalErrorDiagnosticUpdateSource
= new Lazy<ExternalErrorDiagnosticUpdateSource>(() =>
3 references to _lazyExternalErrorDiagnosticUpdateSource
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\VisualStudioWorkspaceImpl.cs (3)
142
internal ExternalErrorDiagnosticUpdateSource ExternalErrorDiagnosticUpdateSource =>
_lazyExternalErrorDiagnosticUpdateSource
.Value;
1431
if (
_lazyExternalErrorDiagnosticUpdateSource
.IsValueCreated)
1433
_lazyExternalErrorDiagnosticUpdateSource
.Value.Dispose();