1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder.cs (1)
777node.Id = i;
6 references to Id
Microsoft.CodeAnalysis.CSharp (6)
BoundTree\BoundDecisionDagNode.cs (6)
76builder.Append($"[{this.Id}]: "); 82? $"? [{node.WhenTrue.Id}] " 86? $": [{node.WhenFalse.Id}]" 92? $"[{node.Next.Id}]" 102? $"? [{node.WhenTrue.Id}] " 106? $": [{node.WhenFalse.Id}]"