3 writes to Id
Microsoft.CodeAnalysis.CSharp (3)
Binder\DecisionDagBuilder.cs (3)
738evaluation.Id = tempIdentifier(evaluation); 743source.Id = tempIdentifier(source); 749testSource.Id = tempIdentifier(testSource);
5 references to Id
Microsoft.CodeAnalysis.CSharp (5)
Binder\DecisionDagBuilder.cs (3)
737case BoundEvaluationDecisionDagNode { Evaluation: { Id: -1 } evaluation }: 741if (evaluation.Input.Source is { Id: -1 } source) 747if (test.Input.Source is { Id: -1 } testSource)
BoundTree\BoundDagEvaluation.cs (1)
94var id = Id;
BoundTree\BoundDagTemp.cs (1)
51var name = Source?.Id switch