1 write to _debugName
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionId.cs (1)
34
_debugName
= debugName;
2 references to _debugName
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionId.cs (2)
56
internal string DebugName =>
_debugName
;
59
=> string.Format("({0}, #{1} - {2})", GetType().Name, this.Id,
_debugName
);