1 write to IsExplicitTest
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5307this.IsExplicitTest = isExplicitTest;
12 references to IsExplicitTest
Microsoft.CodeAnalysis.CSharp (12)
Binder\DecisionDagBuilder.cs (5)
1420if (foundRelatedExplicitNullTest && d is BoundDagNonNullTest { IsExplicitTest: false } t) 1994if (n2.IsExplicitTest) 2023if (n2.IsExplicitTest) 2045if (n2.IsExplicitTest) 2087if (n2.IsExplicitTest)
BoundTree\BoundDagTest.cs (3)
34return x.IsExplicitTest == y.IsExplicitTest; 157return Update(IsExplicitTest, input);
FlowAnalysis\NullableWalker_Patterns.cs (1)
563if (t.IsExplicitTest)
Generated\BoundNodes.xml.Generated.cs (3)
5317if (isExplicitTest != this.IsExplicitTest || input != this.Input) 11998return node.Update(node.IsExplicitTest, input); 16693new TreeDumperNode("isExplicitTest", node.IsExplicitTest, null),