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