1 write to IsExplicitNotNullTest
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8350
this.
IsExplicitNotNullTest
= isExplicitNotNullTest;
10 references to IsExplicitNotNullTest
Microsoft.CodeAnalysis.CSharp (10)
Binder\DecisionDagBuilder.cs (1)
931
inputInfo = MakeConvertToType(inputInfo, recursive.Syntax, inputType, isExplicitTest: recursive.
IsExplicitNotNullTest
, tests);
Binder\DecisionDagBuilder_CheckOrReachability.cs (2)
997
recursivePattern.Properties, recursivePattern.
IsExplicitNotNullTest
,
1092
initialCheck = new BoundTypePattern(node.Syntax, node.DeclaredType, node.
IsExplicitNotNullTest
, isUnionMatching: false, node.InputType, node.NarrowedType, node.HasErrors);
Binder\UnionMatchingRewriter.cs (1)
114
node.DeclaredType, node.DeconstructMethod, node.Deconstruction, node.Properties, node.
IsExplicitNotNullTest
, node.Variable, node.VariableAccess,
FlowAnalysis\AbstractFlowPass.cs (1)
977
rewritten.
IsExplicitNotNullTest
, rewritten.Variable, rewritten.VariableAccess, rewritten.IsUnionMatching,
FlowAnalysis\NullableWalker_Patterns.cs (1)
190
if (rp.
IsExplicitNotNullTest
)
Generated\BoundNodes.xml.Generated.cs (4)
8368
if (declaredType != this.DeclaredType || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(deconstructMethod, this.DeconstructMethod) || deconstruction != this.Deconstruction || properties != this.Properties || isExplicitNotNullTest != this.
IsExplicitNotNullTest
|| !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(variable, this.Variable) || variableAccess != this.VariableAccess || isUnionMatching != this.IsUnionMatching || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything))
12559
return node.Update(declaredType, deconstructMethod, deconstruction, properties, node.
IsExplicitNotNullTest
, variable, variableAccess, node.IsUnionMatching, inputType, narrowedType);
15251
return node.Update(declaredType, deconstructMethod, deconstruction, properties, node.
IsExplicitNotNullTest
, variable, variableAccess, node.IsUnionMatching, inputType, narrowedType);
17496
new TreeDumperNode("isExplicitNotNullTest", node.
IsExplicitNotNullTest
, null),