Implemented interface member:
property
Operation
Microsoft.CodeAnalysis.Operations.IDynamicIndexerAccessOperation.Operation
1 write to Operation
Microsoft.CodeAnalysis (1)
Operations\OperationNodes.cs (1)
419Operation = SetParentOperation(operation, this);
5 references to Operation
Microsoft.CodeAnalysis (5)
Operations\OperationNodes.cs (5)
426internal override int ChildOperationsCount => (Operation is null ? 0 : 1) + Arguments.Length; 4310 when Operation != null 432=> Operation, 443if (Operation != null) return (true, 0, 0); 474if (Operation != null) return (true, 0, 0);