1 override of GetProjectGuid
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
1371
internal override Guid
GetProjectGuid
(ProjectId projectId)
3 references to GetProjectGuid
Microsoft.VisualStudio.LanguageServices (3)
FindReferences\StreamingFindUsagesPresenter.cs (1)
284
var guid = vsWorkspace?.
GetProjectGuid
(document.Project.Id) ?? Guid.Empty;
LanguageServer\Handler\Diagnostics\VisualStudioDiagnosticProjectInformationService.cs (1)
23
var guid = workspace.
GetProjectGuid
(project.Id);
NavigateTo\RoslynSearchResultViewFactory.cs (1)
84
var projectGuid = _provider._workspace.
GetProjectGuid
(document.Project.Id);