1 write to IsExplicitTest
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5326this.IsExplicitTest = isExplicitTest;
12 references to IsExplicitTest
Microsoft.CodeAnalysis.CSharp (12)
Binder\DecisionDagBuilder.cs (5)
1387if (foundExplicitNullTest && d is BoundDagNonNullTest { IsExplicitTest: false } t) 1961if (n2.IsExplicitTest) 1978if (n2.IsExplicitTest) 2000if (n2.IsExplicitTest) 2043if (n2.IsExplicitTest)
BoundTree\BoundDagTest.cs (3)
34return x.IsExplicitTest == y.IsExplicitTest; 157return Update(IsExplicitTest, input);
FlowAnalysis\NullableWalker_Patterns.cs (1)
559if (t.IsExplicitTest)
Generated\BoundNodes.xml.Generated.cs (3)
5336if (isExplicitTest != this.IsExplicitTest || input != this.Input) 11998return node.Update(node.IsExplicitTest, input); 16681new TreeDumperNode("isExplicitTest", node.IsExplicitTest, null),