1 write to Arguments
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
1454
this.
Arguments
= arguments;
22 references to Arguments
Microsoft.CodeAnalysis.CSharp (22)
Binder\Binder.ValueChecks.cs (4)
3478
ptrInvocation.
Arguments
,
3918
functionPointerInvocation.
Arguments
,
4181
ptrInvocation.
Arguments
,
4897
ptrInvocation.
Arguments
,
Binder\RefSafetyAnalysis.cs (2)
860
VisitArgumentsAndGetArgumentPlaceholders(receiverOpt: null, node.
Arguments
);
871
node.
Arguments
,
BoundTree\Expression.cs (1)
185
ImmutableArray<BoundNode> IBoundInvalidNode.InvalidNodeChildren => CSharpOperationFactory.CreateInvalidChildrenFromArgumentsExpression(receiverOpt: this.InvokedExpression,
Arguments
);
CodeGen\EmitExpression.cs (3)
4023
if (ptrInvocation.
Arguments
.Length > 0)
4030
EmitArguments(ptrInvocation.
Arguments
, method.Parameters, ptrInvocation.ArgumentRefKindsOpt);
4031
var stackBehavior = GetCallStackBehavior(ptrInvocation.FunctionPointer.Signature, ptrInvocation.
Arguments
);
FlowAnalysis\AbstractFlowPass.cs (1)
3745
VisitArguments(node.
Arguments
, node.ArgumentRefKindsOpt, node.FunctionPointer.Signature);
FlowAnalysis\NullableWalker.cs (1)
12108
node.
Arguments
,
Generated\BoundNodes.xml.Generated.cs (5)
1470
if (invokedExpression != this.InvokedExpression || arguments != this.
Arguments
|| argumentRefKindsOpt != this.ArgumentRefKindsOpt || resultKind != this.ResultKind || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
9877
this.VisitList(node.
Arguments
);
10981
ImmutableArray<BoundExpression> arguments = this.VisitList(node.
Arguments
);
12641
ImmutableArray<BoundExpression> arguments = this.VisitList(node.
Arguments
);
15237
new TreeDumperNode("arguments", null, from x in node.
Arguments
select Visit(x, null)),
Lowering\Instrumentation\LocalStateTracingInstrumenter.cs (1)
550
=> InstrumentCall(base.InstrumentFunctionPointerInvocation(original, rewritten), original.
Arguments
, original.ArgumentRefKindsOpt);
Lowering\LocalRewriter\LocalRewriter_FunctionPointerInvocation.cs (2)
21
AssertNoImplicitInterpolatedStringHandlerConversions(node.
Arguments
, allowConversionsWithNoContext: true);
29
node.
Arguments
,
Lowering\SpillSequenceSpiller.cs (1)
1085
var arguments = this.VisitExpressionList(ref builder, node.
Arguments
, node.ArgumentRefKindsOpt);
Operations\CSharpOperationFactory_Methods.cs (1)
254
boundFunctionPointerInvocation.
Arguments
,