7 instantiations of BoundDagTypeTest
Microsoft.CodeAnalysis.CSharp (7)
Binder\DecisionDagBuilder.cs (5)
813tests.Add(new Tests.One(new BoundDagTypeTest(syntax, type, typeEvaluationTemp))); 847tests.Add(new Tests.One(new BoundDagTypeTest(syntax, type, input))); 986tests.Add(new Tests.One(new BoundDagTypeTest(recursive.Syntax, ErrorType(), input, hasErrors: true))); 1060tests.Add(new Tests.One(new BoundDagTypeTest(subpattern.Syntax, ErrorType(), input, hasErrors: true))); 1088tests.Add(new Tests.One(new BoundDagTypeTest(subpattern.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);
34 references to BoundDagTypeTest
Microsoft.CodeAnalysis.CSharp (34)
Binder\DecisionDagBuilder.cs (12)
32/// tests that a value is not null; <see cref="BoundDagTypeTest"/> checks if the value is of a given type; 1767case BoundDagTypeTest typeTest: 1819resultForTypeTest(BoundDagTypeTest typeTest) 1993case BoundDagTypeTest t2 when !_forLowering: 2011case BoundDagTypeTest t1: 2020case BoundDagTypeTest t2: 2087case BoundDagTypeTest t2: 2355if (test is BoundDagTypeTest typeTest && IsAnyUnionValue(NotTypeEvaluationInput(test.Input), out testUnionInstance)) 2414(test is not BoundDagTypeTest || other is not BoundDagTypeTest) && 2918case BoundDagTypeTest b: 3980case BoundDagTypeTest:
Binder\PatternExplainer.cs (6)
302if (test is BoundDagTypeTest && sense == false && ValueSetFactory.TypeUnionValueSetFactoryForInput(binder.Compilation, test.Input) is null) 370case (test: BoundDagTypeTest { Type: var testedType }, sense: var sense): 387if (constraints is [(BoundDagTypeTest { Type: var constraintType1 }, true)]) 392else if (constraints is [(BoundDagNonNullTest, true) or (BoundDagExplicitNullTest, false), (BoundDagTypeTest { Type: var constraintType2 }, var sense2)]) 583(BoundDagTypeTest _, _) => true, 600case 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)
547case BoundDagTypeTest:
Generated\BoundNodes.xml.Generated.cs (8)
5306public BoundDagTypeTest Update(TypeSymbol type, BoundDagTemp input) 5310var result = new BoundDagTypeTest(this.Syntax, type, input, this.HasErrors); 9370return VisitDagTypeTest((BoundDagTypeTest)node, arg); 9714public virtual R VisitDagTypeTest(BoundDagTypeTest node, A arg) => this.DefaultVisit(node, arg); 9955public virtual BoundNode? VisitDagTypeTest(BoundDagTypeTest node) => this.DefaultVisit(node); 10599public override BoundNode? VisitDagTypeTest(BoundDagTypeTest node) 11987public override BoundNode? VisitDagTypeTest(BoundDagTypeTest node) 16670public 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 &&