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)
62
return
_id
;
67
Debug.Assert(
_id
== -1, $"Id was set to {
_id
} and set again to {value}");