1 write to _workspace
Microsoft.VisualStudio.LanguageServices (1)
CodeLens\CodeLensCallbackListener.cs (1)
60_workspace = workspace;
11 references to _workspace
Microsoft.VisualStudio.LanguageServices (11)
CodeLens\CodeLensCallbackListener.cs (11)
65var service = _workspace.Services.GetRequiredService<ICodeLensReferencesService>(); 68var solution = _workspace.CurrentSolution; 71var projectGuid = _workspace.GetProjectGuid(project.Id); 88var solution = _workspace.CurrentSolution; 99var service = _workspace.Services.GetRequiredService<ICodeLensReferencesService>(); 120var solution = _workspace.CurrentSolution; 131var service = _workspace.Services.GetRequiredService<ICodeLensReferencesService>(); 159var solution = _workspace.CurrentSolution; 167var service = _workspace.Services.GetRequiredService<ICodeLensReferencesService>(); 240if (_workspace.GetProjectGuid(candidateId.ProjectId) == projectGuid) 242var currentContextId = _workspace.GetDocumentIdInCurrentContext(candidateId);