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