Implemented interface member:
property
Operand
Microsoft.CodeAnalysis.Operations.ISpreadOperation.Operand
1 write to Operand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10787Operand = SetParentOperation(operand, this);
6 references to Operand
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
10796(Operand is null ? 0 : 1); 108000 when Operand != null 10801=> Operand, 10809if (Operand != null) return (true, 0, 0); 10823if (Operand != null) return (true, 0, 0); 11476return new SpreadOperation(Visit(internalOperation.Operand), internalOperation.ElementType, internalOperation.ElementConversionConvertible, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);