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; 1486if (_lazyExternalErrorDiagnosticUpdateSource.IsValueCreated) 1488_lazyExternalErrorDiagnosticUpdateSource.Value.Dispose();