1 write to IsExplicitNotNullTest
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8607
this.
IsExplicitNotNullTest
= isExplicitNotNullTest;
9 references to IsExplicitNotNullTest
Microsoft.CodeAnalysis.CSharp (9)
Binder\DecisionDagBuilder_CheckOrReachability.cs (1)
1058
return typePattern1.Update(typePattern1.DeclaredType, typePattern1.
IsExplicitNotNullTest
, unionMatchingMode: UnionMatchingMode.None, inputType, typePattern1.NarrowedType);
Binder\DecisionDagBuilder.cs (1)
621
output = MakeConvertToType(inputInfo: input, syntax: typePattern.Syntax, type: type, isExplicitTest: typePattern.
IsExplicitNotNullTest
, tests: tests);
Binder\UnionMatchingRewriter.cs (2)
176
node.Update(node.DeclaredType, node.
IsExplicitNotNullTest
, unionMatchingMode: UnionMatchingMode.None, inputType: node.InputType, narrowedType: node.NarrowedType),
177
exclusiveValuePattern: node.Update(node.DeclaredType, node.
IsExplicitNotNullTest
, unionMatchingMode: UnionMatchingMode.None, inputType: ObjectType, narrowedType: node.NarrowedType));
FlowAnalysis\NullableWalker_Patterns.cs (1)
187
if (tp.
IsExplicitNotNullTest
)
Generated\BoundNodes.xml.Generated.cs (4)
8624
if (declaredType != this.DeclaredType || isExplicitNotNullTest != this.
IsExplicitNotNullTest
|| unionMatchingMode != this.UnionMatchingMode || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything))
12619
return node.Update(declaredType, node.
IsExplicitNotNullTest
, node.UnionMatchingMode, inputType, narrowedType);
15317
return node.Update(declaredType, node.
IsExplicitNotNullTest
, node.UnionMatchingMode, inputType, narrowedType);
17581
new TreeDumperNode("isExplicitNotNullTest", node.
IsExplicitNotNullTest
, null),