1 write to _extraFunctionPointerArg
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (1)
529_extraFunctionPointerArg = extraFunctionPointerArg;
2 references to _extraFunctionPointerArg
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (2)
460public int NumFixedArgs => _argData.NumFixedArgs() + (_extraFunctionPointerArg ? 1 : 0) + (_extraObjectFirstArg ? 1 : 0); 479if (_extraFunctionPointerArg && argNum == _argData.NumFixedArgs())