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