Implemented interface member:
property
Operand
Microsoft.CodeAnalysis.Operations.ISpreadOperation.Operand
1 write to Operand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10785Operand = SetParentOperation(operand, this);
6 references to Operand
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
10794(Operand is null ? 0 : 1); 107980 when Operand != null 10799=> Operand, 10807if (Operand != null) return (true, 0, 0); 10821if (Operand != null) return (true, 0, 0); 11474return new SpreadOperation(Visit(internalOperation.Operand), internalOperation.ElementType, internalOperation.ElementConversionConvertible, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);