3 writes to Id
Microsoft.CodeAnalysis.CSharp (3)
Binder\DecisionDagBuilder.cs (3)
783
evaluation.
Id
= tempIdentifier(evaluation);
788
source.
Id
= tempIdentifier(source);
794
testSource.
Id
= tempIdentifier(testSource);
5 references to Id
Microsoft.CodeAnalysis.CSharp (5)
Binder\DecisionDagBuilder.cs (3)
782
case BoundEvaluationDecisionDagNode { Evaluation: {
Id
: -1 } evaluation }:
786
if (evaluation.Input.Source is {
Id
: -1 } source)
792
if (test.Input.Source is {
Id
: -1 } testSource)
BoundTree\BoundDagEvaluation.cs (1)
94
var id =
Id
;
BoundTree\BoundDagTemp.cs (1)
51
var name = Source?.
Id
switch