1 write to Id
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionId.cs (1)
32
this.
Id
= id;
5 references to Id
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Solution\SolutionId.cs (5)
56
=> string.Format("({0}, #{1} - {2})", GetType().Name, this.
Id
, DebugName);
65
this.
Id
== other.
Id
;
75
=> this.
Id
.GetHashCode();
79
writer.WriteGuid(
Id
);