1 write to IsExplicitTest
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5326
this.
IsExplicitTest
= isExplicitTest;
12 references to IsExplicitTest
Microsoft.CodeAnalysis.CSharp (12)
Binder\DecisionDagBuilder.cs (5)
1412
if (foundExplicitNullTest && d is BoundDagNonNullTest {
IsExplicitTest
: false } t)
1986
if (n2.
IsExplicitTest
)
2015
if (n2.
IsExplicitTest
)
2037
if (n2.
IsExplicitTest
)
2080
if (n2.
IsExplicitTest
)
BoundTree\BoundDagTest.cs (3)
34
return x.
IsExplicitTest
== y.
IsExplicitTest
;
157
return Update(
IsExplicitTest
, input);
FlowAnalysis\NullableWalker_Patterns.cs (1)
561
if (t.
IsExplicitTest
)
Generated\BoundNodes.xml.Generated.cs (3)
5336
if (isExplicitTest != this.
IsExplicitTest
|| input != this.Input)
11996
return node.Update(node.
IsExplicitTest
, input);
16679
new TreeDumperNode("isExplicitTest", node.
IsExplicitTest
, null),