6 references to _workspace
Microsoft.VisualStudio.LanguageServices.Implementation (6)
SolutionExplorer\SourceGeneratedFileItems\SourceGeneratedFileItemSource.cs (6)
132
_threadingContext, document.Id, document.HintName, document.Project.Language,
_workspace
));
157
var solution =
_workspace
.CurrentSolution;
168
_workspaceChangedDisposer =
_workspace
.RegisterWorkspaceChangedHandler(OnWorkspaceChanged);
169
if (
_workspace
.CurrentSolution != solution)
174
OnWorkspaceChanged(new WorkspaceChangeEventArgs(WorkspaceChangeKind.SolutionChanged, solution,
_workspace
.CurrentSolution));
232
return UpdateSourceGeneratedFileItemsAsync(
_workspace
.CurrentSolution, cancellationToken);