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