Implemented interface member:
property
Operation
Microsoft.CodeAnalysis.Operations.IDynamicInvocationOperation.Operation
1 write to Operation
Microsoft.CodeAnalysis (1)
Operations\OperationNodes.cs (1)
337
Operation
= SetParentOperation(operation, this);
5 references to Operation
Microsoft.CodeAnalysis (5)
Operations\OperationNodes.cs (5)
340
internal override int ChildOperationsCount => (
Operation
is null ? 0 : 1) + Arguments.Length;
345
0 when
Operation
!= null
346
=>
Operation
,
357
if (
Operation
!= null) return (true, 0, 0);
388
if (
Operation
!= null) return (true, 0, 0);