1 write to IsExplicitNotNullTest
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8335
this.
IsExplicitNotNullTest
= isExplicitNotNullTest;
10 references to IsExplicitNotNullTest
Microsoft.CodeAnalysis.CSharp (10)
Binder\DecisionDagBuilder_CheckOrReachability.cs (2)
1067
recursivePattern.Properties, recursivePattern.
IsExplicitNotNullTest
,
1162
initialCheck = new BoundTypePattern(node.Syntax, node.DeclaredType, node.
IsExplicitNotNullTest
, unionMatchingMode: UnionMatchingMode.None, node.InputType, node.NarrowedType, node.HasErrors);
Binder\DecisionDagBuilder.cs (1)
942
inputInfo = MakeConvertToType(inputInfo, recursive.Syntax, inputType, isExplicitTest: recursive.
IsExplicitNotNullTest
, tests);
Binder\UnionMatchingRewriter.cs (2)
123
node.Update(node.DeclaredType, node.DeconstructMethod, node.Deconstruction, node.Properties, node.
IsExplicitNotNullTest
,
126
node.DeclaredType, node.DeconstructMethod, node.Deconstruction, node.Properties, node.
IsExplicitNotNullTest
, unionMatchingMode: UnionMatchingMode.None, node.Variable, node.VariableAccess,
FlowAnalysis\NullableWalker_Patterns.cs (1)
194
if (rp.
IsExplicitNotNullTest
)
Generated\BoundNodes.xml.Generated.cs (4)
8355
if (declaredType != this.DeclaredType || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(deconstructMethod, this.DeconstructMethod) || deconstruction != this.Deconstruction || properties != this.Properties || isExplicitNotNullTest != this.
IsExplicitNotNullTest
|| unionMatchingMode != this.UnionMatchingMode || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(variable, this.Variable) || variableAccess != this.VariableAccess || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything))
12561
return node.Update(declaredType, deconstructMethod, deconstruction, properties, node.
IsExplicitNotNullTest
, node.UnionMatchingMode, variable, variableAccess, inputType, narrowedType);
15260
return node.Update(declaredType, deconstructMethod, deconstruction, properties, node.
IsExplicitNotNullTest
, node.UnionMatchingMode, variable, variableAccess, inputType, narrowedType);
17510
new TreeDumperNode("isExplicitNotNullTest", node.
IsExplicitNotNullTest
, null),