1 write to _id
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\BoundDagEvaluation.cs (1)
88
_id
= value;
3 references to _id
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\BoundDagEvaluation.cs (3)
82
return
_id
;
87
RoslynDebug.Assert(
_id
== -1, $"Id was set to {
_id
} and set again to {value}");