1 write to IsExplicitTest
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5270this.IsExplicitTest = isExplicitTest;
11 references to IsExplicitTest
Microsoft.CodeAnalysis.CSharp (11)
Binder\DecisionDagBuilder.cs (5)
1003if (foundExplicitNullTest && d is BoundDagNonNullTest { IsExplicitTest: false } t) 1324if (n2.IsExplicitTest) 1341if (n2.IsExplicitTest) 1386if (n2.IsExplicitTest) 1427if (n2.IsExplicitTest)
BoundTree\BoundDagTest.cs (2)
32return x.IsExplicitTest == y.IsExplicitTest;
FlowAnalysis\NullableWalker_Patterns.cs (1)
614if (t.IsExplicitTest)
Generated\BoundNodes.xml.Generated.cs (3)
5280if (isExplicitTest != this.IsExplicitTest || input != this.Input) 11728return node.Update(node.IsExplicitTest, input); 16330new TreeDumperNode("isExplicitTest", node.IsExplicitTest, null),