1 write to IsExplicitTest
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5321this.IsExplicitTest = isExplicitTest;
12 references to IsExplicitTest
Microsoft.CodeAnalysis.CSharp (12)
Binder\DecisionDagBuilder.cs (5)
997if (foundExplicitNullTest && d is BoundDagNonNullTest { IsExplicitTest: false } t) 1488if (n2.IsExplicitTest) 1505if (n2.IsExplicitTest) 1550if (n2.IsExplicitTest) 1591if (n2.IsExplicitTest)
BoundTree\BoundDagTest.cs (3)
33return x.IsExplicitTest == y.IsExplicitTest; 136return Update(IsExplicitTest, input);
FlowAnalysis\NullableWalker_Patterns.cs (1)
559if (t.IsExplicitTest)
Generated\BoundNodes.xml.Generated.cs (3)
5331if (isExplicitTest != this.IsExplicitTest || input != this.Input) 11847return node.Update(node.IsExplicitTest, input); 16480new TreeDumperNode("isExplicitTest", node.IsExplicitTest, null),