1 write to _lazyExternalErrorDiagnosticUpdateSource
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
143_lazyExternalErrorDiagnosticUpdateSource = new Lazy<ExternalErrorDiagnosticUpdateSource>(() =>
3 references to _lazyExternalErrorDiagnosticUpdateSource
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\VisualStudioWorkspaceImpl.cs (3)
152internal ExternalErrorDiagnosticUpdateSource ExternalErrorDiagnosticUpdateSource => _lazyExternalErrorDiagnosticUpdateSource.Value; 1490if (_lazyExternalErrorDiagnosticUpdateSource.IsValueCreated) 1492_lazyExternalErrorDiagnosticUpdateSource.Value.Dispose();