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