Implemented interface member:
property
LeftPattern
Microsoft.CodeAnalysis.Operations.IBinaryPatternOperation.LeftPattern
1 write to LeftPattern
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9893
LeftPattern
= SetParentOperation(leftPattern, this);
6 references to LeftPattern
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
9900
(
LeftPattern
is null ? 0 : 1) +
9905
0 when
LeftPattern
!= null
9906
=>
LeftPattern
,
9916
if (
LeftPattern
!= null) return (true, 0, 0);
9936
if (
LeftPattern
!= null) return (true, 0, 0);
11324
return new BinaryPatternOperation(internalOperation.OperatorKind, Visit(internalOperation.
LeftPattern
), Visit(internalOperation.RightPattern), internalOperation.InputType, internalOperation.NarrowedType, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);