1 write to Right
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8438
this.
Right
= right;
20 references to Right
Microsoft.CodeAnalysis.CSharp (20)
Binder\Binder_Patterns.cs (1)
1868
collectCandidates(p.
Right
, candidates);
Binder\DecisionDagBuilder.cs (2)
677
builder.Add(@this.MakeTestsAndBindings(input, bin.
Right
, bindings));
695
builder.Add(@this.MakeTestsAndBindings(leftOutput, bin.
Right
, out var rightOutput, bindings));
BoundTree\BoundTreeRewriter.cs (1)
231
var right = (BoundPattern?)this.Visit(binary.
Right
);
BoundTree\BoundTreeWalker.cs (3)
154
rightOperands.Push(node.
Right
);
155
rightOperands.Push(binary.
Right
);
162
rightOperands.Push(binary.
Right
);
Compilation\MemberSemanticModel.NodeMapBuilder.cs (2)
227
stack.Push(binaryPattern.
Right
);
238
stack.Push(binaryPattern.
Right
);
FlowAnalysis\DefiniteAssignment.cs (1)
2092
assignPatternVariablesAndMarkReadFields(pat.
Right
, def);
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
325
Visit(node.
Right
);
FlowAnalysis\NullableWalker_Patterns.cs (2)
134
Visit(current.
Right
);
230
LearnFromAnyNullPatterns(inputSlot, inputType, current.
Right
);
Generated\BoundNodes.xml.Generated.cs (5)
8450
if (disjunction != this.Disjunction || left != this.Left || right != this.
Right
|| !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything))
10741
this.Visit(node.
Right
);
12140
BoundPattern right = (BoundPattern)this.Visit(node.
Right
);
14810
BoundPattern right = (BoundPattern)this.Visit(node.
Right
);
17020
new TreeDumperNode("right", null, new TreeDumperNode[] { Visit(node.
Right
, null) }),
Lowering\DiagnosticsPass_ExpressionTrees.cs (1)
686
Visit(current.
Right
);
Operations\CSharpOperationFactory.cs (1)
2675
(IPatternOperation)@this.Create(boundBinaryPattern.
Right
),