Implemented interface member:
property
Pattern
Microsoft.CodeAnalysis.Operations.ISlicePatternOperation.Pattern
1 write to Pattern
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10460
Pattern
= SetParentOperation(pattern, this);
6 references to Pattern
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
10465
(
Pattern
is null ? 0 : 1);
10469
0 when
Pattern
!= null
10470
=>
Pattern
,
10478
if (
Pattern
!= null) return (true, 0, 0);
10492
if (
Pattern
!= null) return (true, 0, 0);
11444
return new SlicePatternOperation(internalOperation.SliceSymbol, Visit(internalOperation.
Pattern
), internalOperation.InputType, internalOperation.NarrowedType, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);