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