2 writes to numArgs
ILCompiler.RyuJit (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
919sig->numArgs = (ushort)signature.Length; 943sig->numArgs = (ushort)locals.Length;
1 reference to numArgs
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (1)
127private uint totalILArgs() { return (uint)(numArgs + (hasImplicitThis() ? 1 : 0)); }