1 write to _extraObjectFirstArg
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (1)
532
_extraObjectFirstArg
= extraObjectFirstArg;
3 references to _extraObjectFirstArg
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (3)
460
public int NumFixedArgs => _argData.NumFixedArgs() + (_extraFunctionPointerArg ? 1 : 0) + (
_extraObjectFirstArg
? 1 : 0);
467
if (
_extraObjectFirstArg
&& argNum == 0)
473
argNum =
_extraObjectFirstArg
? argNum - 1 : argNum;