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