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