3 writes to Id
Microsoft.CodeAnalysis.CSharp (3)
Binder\DecisionDagBuilder.cs (3)
1226
evaluation.
Id
= tempIdentifier(evaluation);
1231
source.
Id
= tempIdentifier(source);
1237
testSource.
Id
= tempIdentifier(testSource);
5 references to Id
Microsoft.CodeAnalysis.CSharp (5)
Binder\DecisionDagBuilder.cs (3)
1225
case BoundEvaluationDecisionDagNode { Evaluation: {
Id
: -1 } evaluation }:
1229
if (evaluation.Input.Source is {
Id
: -1 } source)
1235
if (test.Input.Source is {
Id
: -1 } testSource)
BoundTree\BoundDagEvaluation.cs (1)
116
var id =
Id
;
BoundTree\BoundDagTemp.cs (1)
55
var name = Source?.
Id
switch