Implemented interface member:
property
RightPattern
Microsoft.CodeAnalysis.Operations.IBinaryPatternOperation.RightPattern
1 write to RightPattern
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9894
RightPattern
= SetParentOperation(rightPattern, this);
6 references to RightPattern
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
9901
(
RightPattern
is null ? 0 : 1);
9907
1 when
RightPattern
!= null
9908
=>
RightPattern
,
9919
if (
RightPattern
!= null) return (true, 1, 0);
9933
if (
RightPattern
!= null) return (true, 1, 0);
11324
return new BinaryPatternOperation(internalOperation.OperatorKind, Visit(internalOperation.LeftPattern), Visit(internalOperation.
RightPattern
), internalOperation.InputType, internalOperation.NarrowedType, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);