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