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