1 override of GetProjectGuid
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
1280internal override Guid GetProjectGuid(ProjectId projectId)
4 references to GetProjectGuid
Microsoft.VisualStudio.LanguageServices (3)
FindReferences\StreamingFindUsagesPresenter.cs (1)
291var guid = vsWorkspace?.GetProjectGuid(document.Project.Id) ?? Guid.Empty;
NavigateTo\RoslynSearchResultViewFactory.cs (1)
69var projectGuid = _provider._workspace.GetProjectGuid(document.Project.Id);
TableDataSource\TableItem.cs (1)
42projectGuid = (projectId != null && workspace is VisualStudioWorkspace vsWorkspace) ? vsWorkspace.GetProjectGuid(projectId) : Guid.Empty;
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Extensions.cs (1)
16=> workspace.GetProjectGuid(projectId);