Base:
method
GetProjectGuid
Microsoft.VisualStudio.LanguageServices.VisualStudioWorkspace.GetProjectGuid(Microsoft.CodeAnalysis.ProjectId)
4 references to GetProjectGuid
Microsoft.VisualStudio.LanguageServices (4)
CodeLens\CodeLensCallbackListener.cs (2)
67
var projectGuid = _workspace.
GetProjectGuid
(project.Id);
215
if (_workspace.
GetProjectGuid
(candidateId.ProjectId) == projectGuid)
Packaging\PackageInstallerServiceFactory.cs (2)
277
var projectGuid = Workspace.
GetProjectGuid
(projectId);
557
var projectGuid = Workspace.
GetProjectGuid
(projectId);