1 write to IsExplicitTest
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5262this.IsExplicitTest = isExplicitTest;
11 references to IsExplicitTest
Microsoft.CodeAnalysis.CSharp (11)
Binder\DecisionDagBuilder.cs (5)
957if (foundExplicitNullTest && d is BoundDagNonNullTest { IsExplicitTest: false } t) 1278if (n2.IsExplicitTest) 1295if (n2.IsExplicitTest) 1340if (n2.IsExplicitTest) 1381if (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)
5272if (isExplicitTest != this.IsExplicitTest || input != this.Input) 11720return node.Update(node.IsExplicitTest, input); 16331new TreeDumperNode("isExplicitTest", node.IsExplicitTest, null),