Implemented interface member:
property
Operand
Microsoft.CodeAnalysis.Operations.IReDimClauseOperation.Operand
1 write to Operand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9202
Operand
= SetParentOperation(operand, this);
6 references to Operand
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
9208
(
Operand
is null ? 0 : 1) +
9213
0 when
Operand
!= null
9214
=>
Operand
,
9224
if (
Operand
!= null) return (true, 0, 0);
9248
if (
Operand
!= null) return (true, 0, 0);
11329
return new ReDimClauseOperation(Visit(internalOperation.
Operand
), VisitArray(internalOperation.DimensionSizes), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);