2 instantiations of ThrowingMethodStub
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (2)
141
_externalTypeMapExceptionStub ??= new
ThrowingMethodStub
(stubModule.GetGlobalModuleType(), TypeMapGroup, externalTypeMap: true, exception);
151
_associatedTypeMapExceptionStub ??= new
ThrowingMethodStub
(stubModule.GetGlobalModuleType(), TypeMapGroup, externalTypeMap: false, exception);
2 references to ThrowingMethodStub
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (2)
101
private
ThrowingMethodStub
_externalTypeMapExceptionStub;
102
private
ThrowingMethodStub
_associatedTypeMapExceptionStub;