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