1 write to _workspace
Microsoft.VisualStudio.LanguageServices (1)
CodeLens\CodeLensCallbackListener.cs (1)
64_workspace = workspace;
11 references to _workspace
Microsoft.VisualStudio.LanguageServices (11)
CodeLens\CodeLensCallbackListener.cs (11)
70var service = _workspace.Services.GetRequiredService<ICodeLensReferencesService>(); 73var solution = _workspace.CurrentSolution; 76var projectGuid = _workspace.GetProjectGuid(project.Id); 93var solution = _workspace.CurrentSolution; 104var service = _workspace.Services.GetRequiredService<ICodeLensReferencesService>(); 125var solution = _workspace.CurrentSolution; 136var service = _workspace.Services.GetRequiredService<ICodeLensReferencesService>(); 164var solution = _workspace.CurrentSolution; 172var service = _workspace.Services.GetRequiredService<ICodeLensReferencesService>(); 245if (_workspace.GetProjectGuid(candidateId.ProjectId) == projectGuid) 247var currentContextId = _workspace.GetDocumentIdInCurrentContext(candidateId);