1 write to Guid
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
SolutionGeneration.cs (1)
96
projectReference.
Guid
= referencedProject.Guid;
3 references to Guid
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (3)
SolutionGeneration.cs (3)
93
if (projectReference.
Guid
== Guid.Empty)
290
if (projectReference.
Guid
!= Guid.Empty)
292
AddXElement(xmlElement, "Project", projectReference.
Guid
.ToString("B"));