1 write to Negated
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8152
this.
Negated
= negated;
13 references to Negated
Microsoft.CodeAnalysis.CSharp (13)
Binder\DecisionDagBuilder.cs (1)
635
var tests = MakeTestsAndBindings(input, neg.
Negated
, bindings);
BoundTree\BoundPattern.cs (1)
21
innerPattern = negatedPattern.
Negated
;
FlowAnalysis\AbstractFlowPass.cs (2)
989
return !patternMatchesNull(negated.
Negated
);
1020
return !isBoolTest(negated.
Negated
);
FlowAnalysis\DefiniteAssignment.cs (1)
1955
assignPatternVariablesAndMarkReadFields(pat.
Negated
, definitely: false);
FlowAnalysis\NullableWalker_Patterns.cs (2)
108
Visit(node.
Negated
);
199
LearnFromAnyNullPatterns(inputSlot, inputType, p.
Negated
);
Generated\BoundNodes.xml.Generated.cs (5)
8162
if (negated != this.
Negated
|| !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything))
10367
this.Visit(node.
Negated
);
11713
BoundPattern negated = (BoundPattern)this.Visit(node.
Negated
);
14281
BoundPattern negated = (BoundPattern)this.Visit(node.
Negated
);
16408
new TreeDumperNode("negated", null, new TreeDumperNode[] { Visit(node.
Negated
, null) }),
Operations\CSharpOperationFactory.cs (1)
2518
(IPatternOperation)Create(boundNegatedPattern.
Negated
),