1 write to IsExplicitTest
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5153this.IsExplicitTest = isExplicitTest;
11 references to IsExplicitTest
Microsoft.CodeAnalysis.CSharp (11)
Binder\DecisionDagBuilder.cs (5)
905if (foundExplicitNullTest && d is BoundDagNonNullTest { IsExplicitTest: false } t) 1227if (n2.IsExplicitTest) 1244if (n2.IsExplicitTest) 1289if (n2.IsExplicitTest) 1330if (n2.IsExplicitTest)
BoundTree\BoundDagTest.cs (2)
32return x.IsExplicitTest == y.IsExplicitTest;
FlowAnalysis\NullableWalker_Patterns.cs (1)
572if (t.IsExplicitTest)
Generated\BoundNodes.xml.Generated.cs (3)
5163if (isExplicitTest != this.IsExplicitTest || input != this.Input) 11189return node.Update(node.IsExplicitTest, input); 15595new TreeDumperNode("isExplicitTest", node.IsExplicitTest, null),