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)
142internal ExternalErrorDiagnosticUpdateSource ExternalErrorDiagnosticUpdateSource => _lazyExternalErrorDiagnosticUpdateSource.Value; 1430if (_lazyExternalErrorDiagnosticUpdateSource.IsValueCreated) 1432_lazyExternalErrorDiagnosticUpdateSource.Value.Dispose();