1 implementation of ThrowingMethodStub
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (1)
236MethodDesc IProxyTypeMap.ThrowingMethodStub => _associatedTypeMapExceptionStub;
2 references to ThrowingMethodStub
ILCompiler.Compiler (2)
Compiler\UsageBasedTypeMapManager.cs (2)
54return map.ThrowingMethodStub is not null 55? new InvalidProxyTypeMapNode(typeMapGroup, map.ThrowingMethodStub)