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)
206
return
_initialized
&& items.All(item => item is DiagnosticItem);
211
Debug.Assert(
_initialized
);