Implemented interface member:
property
LeftPattern
Microsoft.CodeAnalysis.Operations.IBinaryPatternOperation.LeftPattern
1 write to LeftPattern
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9520LeftPattern = SetParentOperation(leftPattern, this);
6 references to LeftPattern
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
9527(LeftPattern is null ? 0 : 1) + 95320 when LeftPattern != null 9533=> LeftPattern, 9543if (LeftPattern != null) return (true, 0, 0); 9563if (LeftPattern != null) return (true, 0, 0); 10774return new BinaryPatternOperation(internalOperation.OperatorKind, Visit(internalOperation.LeftPattern), Visit(internalOperation.RightPattern), internalOperation.InputType, internalOperation.NarrowedType, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);