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)
460public int NumFixedArgs => _argData.NumFixedArgs() + (_extraFunctionPointerArg ? 1 : 0) + (_extraObjectFirstArg ? 1 : 0); 467if (_extraObjectFirstArg && argNum == 0) 473argNum = _extraObjectFirstArg ? argNum - 1 : argNum;