Implemented interface member:
property
Operand
Microsoft.CodeAnalysis.Operations.IReDimClauseOperation.Operand
1 write to Operand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9164
Operand
= SetParentOperation(operand, this);
6 references to Operand
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
9170
(
Operand
is null ? 0 : 1) +
9175
0 when
Operand
!= null
9176
=>
Operand
,
9186
if (
Operand
!= null) return (true, 0, 0);
9210
if (
Operand
!= null) return (true, 0, 0);
11259
return new ReDimClauseOperation(Visit(internalOperation.
Operand
), VisitArray(internalOperation.DimensionSizes), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);