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