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