1 write to _workspace
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
NavigateTo\NavigateToItemProvider.cs (1)
37
_workspace
= workspace;
3 references to _workspace
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
NavigateTo\NavigateToItemProvider.cs (3)
47
=> NavigateToUtilities.GetKindsProvided(
_workspace
.CurrentSolution);
53
foreach (var project in
_workspace
.CurrentSolution.Projects)
112
var solution =
_workspace
.CurrentSolution;