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