1 write to _workspace
Microsoft.VisualStudio.LanguageServices (1)
CodeLens\CodeLensCallbackListener.cs (1)
61_workspace = workspace;
11 references to _workspace
Microsoft.VisualStudio.LanguageServices (11)
CodeLens\CodeLensCallbackListener.cs (11)
66var service = _workspace.Services.GetRequiredService<ICodeLensReferencesService>(); 69var solution = _workspace.CurrentSolution; 72var projectGuid = _workspace.GetProjectGuid(project.Id); 89var solution = _workspace.CurrentSolution; 100var service = _workspace.Services.GetRequiredService<ICodeLensReferencesService>(); 121var solution = _workspace.CurrentSolution; 132var service = _workspace.Services.GetRequiredService<ICodeLensReferencesService>(); 160var solution = _workspace.CurrentSolution; 168var service = _workspace.Services.GetRequiredService<ICodeLensReferencesService>(); 241if (_workspace.GetProjectGuid(candidateId.ProjectId) == projectGuid) 243var currentContextId = _workspace.GetDocumentIdInCurrentContext(candidateId);