1 write to Id
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionId.cs (1)
32this.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); 65this.Id == other.Id; 75=> this.Id.GetHashCode(); 79writer.WriteGuid(Id);