1 write to _initialized
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzersCommandHandler.cs (1)
137_initialized = true;
2 references to _initialized
Microsoft.VisualStudio.LanguageServices.Implementation (2)
SolutionExplorer\AnalyzersCommandHandler.cs (2)
206return _initialized && items.All(item => item is DiagnosticItem); 211Debug.Assert(_initialized);