2 instantiations of BoundDagExplicitNullTest
Microsoft.CodeAnalysis.CSharp (2)
Binder\DecisionDagBuilder.cs (1)
874builder.Add(new Tests.One(new BoundDagExplicitNullTest(constant.Syntax, input)));
Generated\BoundNodes.xml.Generated.cs (1)
5344var result = new BoundDagExplicitNullTest(this.Syntax, input, this.HasErrors);
35 references to BoundDagExplicitNullTest
Microsoft.CodeAnalysis.CSharp (35)
Binder\DecisionDagBuilder.cs (12)
31/// four kinds:<see cref="BoundDagExplicitNullTest"/> tests a value for null; <see cref="BoundDagNonNullTest"/> 1763case BoundDagExplicitNullTest nullTest: 1866resultForNullTest(BoundDagExplicitNullTest nullTest) 1978case BoundDagExplicitNullTest _: 2023case BoundDagExplicitNullTest _: 2042case BoundDagExplicitNullTest _: 2075case BoundDagExplicitNullTest _: 2101case BoundDagExplicitNullTest _: 2344return test is BoundDagExplicitNullTest && IsAnyUnionValue(NotTypeEvaluationInput(test.Input), out testUnionInstance); 2412if (test is not (BoundDagNonNullTest or BoundDagExplicitNullTest) && 2413other is not (BoundDagNonNullTest or BoundDagExplicitNullTest) && 3982case BoundDagExplicitNullTest:
Binder\PatternExplainer.cs (8)
68case BoundTestDecisionDagNode { Test: BoundDagExplicitNullTest } t when !nullPaths: 186bool skipWhenTrue = test.Test is BoundDagExplicitNullTest && !nullPaths; 393case (test: BoundDagExplicitNullTest _, sense: var sense): 417else if (constraints is [(BoundDagNonNullTest, true) or (BoundDagExplicitNullTest, false), (BoundDagTypeTest { Type: var constraintType2 }, var sense2)]) 586(BoundDagExplicitNullTest _, false) => true, 609(BoundDagExplicitNullTest _, sense: false) => true, 628case BoundDagExplicitNullTest: 801(test: BoundDagExplicitNullTest _, sense: false);
Binder\SwitchExpressionBinder.cs (1)
132case BoundDagExplicitNullTest t: // checks that the input is null
BoundTree\BoundDagTest.cs (3)
35case (BoundDagExplicitNullTest x, BoundDagExplicitNullTest y): 119case BoundDagExplicitNullTest n:
BoundTree\BoundDecisionDag.cs (1)
184case BoundDagExplicitNullTest d:
FlowAnalysis\NullableWalker_Patterns.cs (1)
572case BoundDagExplicitNullTest _:
Generated\BoundNodes.xml.Generated.cs (8)
5340public new BoundDagExplicitNullTest Update(BoundDagTemp input) 5344var result = new BoundDagExplicitNullTest(this.Syntax, input, this.HasErrors); 9354return VisitDagExplicitNullTest((BoundDagExplicitNullTest)node, arg); 9696public virtual R VisitDagExplicitNullTest(BoundDagExplicitNullTest node, A arg) => this.DefaultVisit(node, arg); 9937public virtual BoundNode? VisitDagExplicitNullTest(BoundDagExplicitNullTest node) => this.DefaultVisit(node); 10601public override BoundNode? VisitDagExplicitNullTest(BoundDagExplicitNullTest node) 11993public override BoundNode? VisitDagExplicitNullTest(BoundDagExplicitNullTest node) 16687public override TreeDumperNode VisitDagExplicitNullTest(BoundDagExplicitNullTest node, object? arg) => new TreeDumperNode("dagExplicitNullTest", null, new TreeDumperNode[]
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (1)
379case BoundDagExplicitNullTest d: