3 writes to Id
Microsoft.CodeAnalysis.CSharp (3)
Binder\DecisionDagBuilder.cs (3)
1251evaluation.Id = tempIdentifier(evaluation); 1256source.Id = tempIdentifier(source); 1262testSource.Id = tempIdentifier(testSource);
5 references to Id
Microsoft.CodeAnalysis.CSharp (5)
Binder\DecisionDagBuilder.cs (3)
1250case BoundEvaluationDecisionDagNode { Evaluation: { Id: -1 } evaluation }: 1254if (evaluation.Input.Source is { Id: -1 } source) 1260if (test.Input.Source is { Id: -1 } testSource)
BoundTree\BoundDagEvaluation.cs (1)
116var id = Id;
BoundTree\BoundDagTemp.cs (1)
55var name = Source?.Id switch