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