1 write to _workspace
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzersCommandHandler.cs (1)
691
_workspace
= componentModel.DefaultExportProvider.GetExportedValueOrDefault<VisualStudioWorkspace>();
3 references to _workspace
Microsoft.VisualStudio.LanguageServices.Implementation (3)
SolutionExplorer\AnalyzersCommandHandler.cs (3)
465
_workspace
,
688
if (
_workspace
== null)
694
return
_workspace
;