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