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