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