1 write to IsExplicitNotNullTest
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8434
this.
IsExplicitNotNullTest
= isExplicitNotNullTest;
7 references to IsExplicitNotNullTest
Microsoft.CodeAnalysis.CSharp (7)
Binder\DecisionDagBuilder.cs (1)
472
output = MakeConvertToType(input: input, syntax: typePattern.Syntax, type: type, isExplicitTest: typePattern.
IsExplicitNotNullTest
, tests: tests);
Binder\DecisionDagBuilder_CheckOrReachability.cs (1)
979
return typePattern1.Update(typePattern1.DeclaredType, typePattern1.
IsExplicitNotNullTest
, inputType, typePattern1.NarrowedType);
FlowAnalysis\NullableWalker_Patterns.cs (1)
183
if (tp.
IsExplicitNotNullTest
)
Generated\BoundNodes.xml.Generated.cs (4)
8449
if (declaredType != this.DeclaredType || isExplicitNotNullTest != this.
IsExplicitNotNullTest
|| !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything))
12327
return node.Update(declaredType, node.
IsExplicitNotNullTest
, inputType, narrowedType);
14984
return node.Update(declaredType, node.
IsExplicitNotNullTest
, inputType, narrowedType);
17185
new TreeDumperNode("isExplicitNotNullTest", node.
IsExplicitNotNullTest
, null),