1 write to Id
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionId.cs (1)
33
this.
Id
= id;
5 references to Id
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Solution\SolutionId.cs (5)
59
=> string.Format("({0}, #{1} - {2})", GetType().Name, this.
Id
, _debugName);
68
this.
Id
== other.
Id
;
78
=> this.
Id
.GetHashCode();
82
writer.WriteGuid(
Id
);