7 instantiations of BoundDagValueTest
Microsoft.CodeAnalysis.CSharp (7)
Binder\DecisionDagBuilder.cs (5)
389tests.Add(new Tests.One(new BoundDagValueTest(syntax, ConstantValue.Create(patternLength), lengthTemp))); 541return new Tests.One(new BoundDagValueTest(constant.Syntax, constant.ConstantValue, input)); 556tests.Add(new Tests.One(new BoundDagValueTest(constant.Syntax, constant.ConstantValue, input))); 1546(conditions ??= ArrayBuilder<Tests>.GetInstance()).Add(new Tests.One(new BoundDagValueTest(syntax, ConstantValue.Create(lengthValue), s1LengthTemp))); 2285new One(new BoundDagValueTest(t.Syntax, safeAdd(t.Value, offset), lengthTemp));
Binder\DecisionDagBuilder_ListPatterns.cs (1)
47: new BoundDagValueTest(syntax, ConstantValue.Create(subpatterns.Length), lengthTemp)));
Generated\BoundNodes.xml.Generated.cs (1)
5337var result = new BoundDagValueTest(this.Syntax, value, input, this.HasErrors);
28 references to BoundDagValueTest
Microsoft.CodeAnalysis.CSharp (28)
Binder\DecisionDagBuilder.cs (8)
34/// and <see cref="BoundDagValueTest"/> checks if the value is equal to a given constant. Of the evaluations, 1188case BoundDagValueTest t: 1312case BoundDagValueTest _: 1381case BoundDagValueTest _: 1400case BoundDagValueTest v2: 1445case BoundDagValueTest _: 1794case BoundDagValueTest v: 2282case BoundDagValueTest t when !t.Value.IsBad:
Binder\PatternExplainer.cs (2)
541(BoundDagValueTest _, _) => true, 644case BoundDagValueTest v:
BoundTree\BoundDagTest.cs (3)
35case (BoundDagValueTest x, BoundDagValueTest y): 85case BoundDagValueTest v:
BoundTree\BoundDecisionDag.cs (1)
188case BoundDagValueTest d:
FlowAnalysis\NullableWalker_Patterns.cs (1)
632case BoundDagValueTest t:
Generated\BoundNodes.xml.Generated.cs (8)
5333public BoundDagValueTest Update(ConstantValue value, BoundDagTemp input) 5337var result = new BoundDagValueTest(this.Syntax, value, input, this.HasErrors); 9157return VisitDagValueTest((BoundDagValueTest)node, arg); 9489public virtual R VisitDagValueTest(BoundDagValueTest node, A arg) => this.DefaultVisit(node, arg); 9725public virtual BoundNode? VisitDagValueTest(BoundDagValueTest node) => this.DefaultVisit(node); 10376public override BoundNode? VisitDagValueTest(BoundDagValueTest node) 11735public override BoundNode? VisitDagValueTest(BoundDagValueTest node) 16341public override TreeDumperNode VisitDagValueTest(BoundDagValueTest node, object? arg) => new TreeDumperNode("dagValueTest", null, new TreeDumperNode[]
Lowering\LocalRewriter\LocalRewriter.DecisionDagRewriter.cs (4)
531if (!(t1 is BoundDagValueTest || t1 is BoundDagRelationalTest)) 533if (!(t2 is BoundDagValueTest || t2 is BoundDagRelationalTest)) 585case BoundDagValueTest value: 593p.Test is BoundDagValueTest vd &&
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (1)
357case BoundDagValueTest d: