5 instantiations of BoundDagTypeTest
Microsoft.CodeAnalysis.CSharp (5)
Binder\DecisionDagBuilder.cs (3)
844tests.Add(new Tests.One(new BoundDagTypeTest(syntax, type, input))); 983tests.Add(new Tests.One(new BoundDagTypeTest(recursive.Syntax, ErrorType(), input, hasErrors: true))); 1013tests.Add(new Tests.One(new BoundDagTypeTest(recursive.Syntax, ErrorType(), input, hasErrors: true)));
Binder\DecisionDagBuilder_ListPatterns.cs (1)
32tests.Add(new Tests.One(new BoundDagTypeTest(list.Syntax, ErrorType(), input, hasErrors: true)));
Generated\BoundNodes.xml.Generated.cs (1)
5310var result = new BoundDagTypeTest(this.Syntax, type, input, this.HasErrors);
33 references to BoundDagTypeTest
Microsoft.CodeAnalysis.CSharp (33)
Binder\DecisionDagBuilder.cs (11)
32/// tests that a value is not null; <see cref="BoundDagTypeTest"/> checks if the value is of a given type; 1742case BoundDagTypeTest typeTest: 1794resultForTypeTest(BoundDagTypeTest typeTest) 1974case BoundDagTypeTest t1: 1983case BoundDagTypeTest t2: 2050case BoundDagTypeTest _: 2308if (test is BoundDagTypeTest typeTest && IsAnyUnionValue(NotTypeEvaluationInput(test.Input), out testUnionInstance)) 2367(test is not BoundDagTypeTest || other is not BoundDagTypeTest) && 2871case BoundDagTypeTest b: 3933case BoundDagTypeTest:
Binder\PatternExplainer.cs (6)
301if (test is BoundDagTypeTest && sense == false && ValueSetFactory.TypeUnionValueSetFactoryForInput(test.Input) is null) 368case (test: BoundDagTypeTest { Type: var testedType }, sense: var sense): 385if (constraints is [(BoundDagTypeTest { Type: var constraintType1 }, true)]) 390else if (constraints is [(BoundDagNonNullTest, true) or (BoundDagExplicitNullTest, false), (BoundDagTypeTest { Type: var constraintType2 }, var sense2)]) 581(BoundDagTypeTest _, _) => true, 598case BoundDagTypeTest typeTest:
BoundTree\BoundDagTest.cs (4)
31case (BoundDagTypeTest x, BoundDagTypeTest y): 112case BoundDagTypeTest b: 164public new BoundDagTypeTest Update(BoundDagTemp input)
BoundTree\BoundDecisionDag.cs (1)
190case BoundDagTypeTest d:
FlowAnalysis\NullableWalker_Patterns.cs (1)
545case BoundDagTypeTest:
Generated\BoundNodes.xml.Generated.cs (8)
5306public BoundDagTypeTest Update(TypeSymbol type, BoundDagTemp input) 5310var result = new BoundDagTypeTest(this.Syntax, type, input, this.HasErrors); 9372return VisitDagTypeTest((BoundDagTypeTest)node, arg); 9716public virtual R VisitDagTypeTest(BoundDagTypeTest node, A arg) => this.DefaultVisit(node, arg); 9957public virtual BoundNode? VisitDagTypeTest(BoundDagTypeTest node) => this.DefaultVisit(node); 10601public override BoundNode? VisitDagTypeTest(BoundDagTypeTest node) 11989public override BoundNode? VisitDagTypeTest(BoundDagTypeTest node) 16672public override TreeDumperNode VisitDagTypeTest(BoundDagTypeTest node, object? arg) => new TreeDumperNode("dagTypeTest", null, new TreeDumperNode[]
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (2)
375case BoundDagTypeTest d: 502if (test is BoundDagTypeTest typeDecision &&