1 write to ArgumentRefKindsOpt
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
1437
this.
ArgumentRefKindsOpt
= argumentRefKindsOpt;
13 references to ArgumentRefKindsOpt
Microsoft.CodeAnalysis.CSharp (13)
Binder\Binder.ValueChecks.cs (1)
170
ArgumentRefKindsOpt = ptrInvocation.
ArgumentRefKindsOpt
,
CodeGen\EmitExpression.cs (1)
4071
EmitArguments(ptrInvocation.Arguments, method.Parameters, ptrInvocation.
ArgumentRefKindsOpt
);
FlowAnalysis\AbstractFlowPass.cs (1)
3782
VisitArguments(node.Arguments, node.
ArgumentRefKindsOpt
, node.FunctionPointer.Signature, default, false);
FlowAnalysis\NullableWalker.cs (1)
12926
node.
ArgumentRefKindsOpt
,
Generated\BoundNodes.xml.Generated.cs (5)
1452
if (invokedExpression != this.InvokedExpression || arguments != this.Arguments || argumentRefKindsOpt != this.
ArgumentRefKindsOpt
|| resultKind != this.ResultKind || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
11037
return node.Update(invokedExpression, arguments, node.
ArgumentRefKindsOpt
, node.ResultKind, type);
12835
updatedNode = node.Update(invokedExpression, arguments, node.
ArgumentRefKindsOpt
, node.ResultKind, infoAndType.Type!);
12840
updatedNode = node.Update(invokedExpression, arguments, node.
ArgumentRefKindsOpt
, node.ResultKind, node.Type);
15413
new TreeDumperNode("argumentRefKindsOpt", node.
ArgumentRefKindsOpt
, null),
Lowering\Instrumentation\LocalStateTracingInstrumenter.cs (1)
568
=> InstrumentCall(base.InstrumentFunctionPointerInvocation(original, rewritten), original.Arguments, original.
ArgumentRefKindsOpt
);
Lowering\LocalRewriter\LocalRewriter_FunctionPointerInvocation.cs (1)
23
var argumentRefKindsOpt = node.
ArgumentRefKindsOpt
;
Lowering\SpillSequenceSpiller.cs (2)
1096
var arguments = this.VisitExpressionList(ref builder, node.Arguments, node.
ArgumentRefKindsOpt
);
1112
return UpdateExpression(builder, node.Update(invokedExpression, arguments, node.
ArgumentRefKindsOpt
, node.ResultKind, node.Type));