1 reference to hasImplicitThis
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (1)
127private uint totalILArgs() { return (uint)(numArgs + (hasImplicitThis() ? 1 : 0)); }