4 references to Id
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\SolutionInfo.cs (3)
24public SolutionId Id => Attributes.Id; 158return new SolutionAttributes(Id, newVersion, newFilePath, newTelemetryId); 163Id.WriteTo(writer);
Workspace\Solution\SolutionState.cs (1)
141public SolutionId Id => SolutionAttributes.Id;