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