3 references to MethodTable
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\WasmUnboxingStubNode.cs (2)
145
if (genericContext && _kind == UnboxingStubKind.
MethodTable
)
176
UnboxingStubKind.
MethodTable
=> "UG",
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
196
: (targetMethod.RequiresInstMethodTableArg() ? UnboxingStubKind.
MethodTable
: UnboxingStubKind.Normal);