1 write to _id
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\BoundDecisionDagNode.cs (1)
68_id = value;
3 references to _id
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\BoundDecisionDagNode.cs (3)
62return _id; 67Debug.Assert(_id == -1, $"Id was set to {_id} and set again to {value}");