1 implementation of ThrowingMethodStub
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (1)
232
MethodDesc IExternalTypeMap.
ThrowingMethodStub
=> _externalTypeMapExceptionStub;
2 references to ThrowingMethodStub
ILCompiler.Compiler (2)
Compiler\UsageBasedTypeMapManager.cs (2)
47
return map.
ThrowingMethodStub
is not null
48
? new InvalidExternalTypeMapNode(typeMapGroup, map.
ThrowingMethodStub
)