1 write to _workspace
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzersCommandHandler.cs (1)
680
_workspace
= componentModel.DefaultExportProvider.GetExportedValueOrDefault<VisualStudioWorkspace>();
3 references to _workspace
Microsoft.VisualStudio.LanguageServices.Implementation (3)
SolutionExplorer\AnalyzersCommandHandler.cs (3)
454
_workspace
,
677
if (
_workspace
== null)
683
return
_workspace
;