Implemented interface member:
property
Pattern
Microsoft.CodeAnalysis.Operations.ISlicePatternOperation.Pattern
1 write to Pattern
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10422
Pattern
= SetParentOperation(pattern, this);
6 references to Pattern
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
10427
(
Pattern
is null ? 0 : 1);
10431
0 when
Pattern
!= null
10432
=>
Pattern
,
10440
if (
Pattern
!= null) return (true, 0, 0);
10454
if (
Pattern
!= null) return (true, 0, 0);
11374
return new SlicePatternOperation(internalOperation.SliceSymbol, Visit(internalOperation.
Pattern
), internalOperation.InputType, internalOperation.NarrowedType, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);