Implemented interface member:
property
Operand
Microsoft.CodeAnalysis.Operations.ISpreadOperation.Operand
1 write to Operand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10732
Operand
= SetParentOperation(operand, this);
6 references to Operand
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
10741
(
Operand
is null ? 0 : 1);
10745
0 when
Operand
!= null
10746
=>
Operand
,
10754
if (
Operand
!= null) return (true, 0, 0);
10768
if (
Operand
!= null) return (true, 0, 0);
11404
return new SpreadOperation(Visit(internalOperation.
Operand
), internalOperation.ElementType, internalOperation.ElementConversionConvertible, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);