1 implementation of Arguments
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10298public ImmutableArray<IArgumentOperation> Arguments { get; }
3 references to Arguments
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
5941var (visitedPointer, visitedArguments) = handlePointerAndArguments(target, operation.Arguments);
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
846VisitArguments(operation.Arguments);
Compilation\TestOperationVisitor.cs (1)
567IEnumerable<IOperation> children = new[] { operation.Target }.Concat(operation.Arguments);