3 writes to _externalTypeMapExceptionStub
ILCompiler.ReadyToRun (3)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (3)
141
_externalTypeMapExceptionStub
??= new ThrowingMethodStub(stubModule.GetGlobalModuleType(), TypeMapGroup, externalTypeMap: true, exception);
192
_externalTypeMapExceptionStub
= pendingMap._externalTypeMapExceptionStub;
213
_externalTypeMapExceptionStub
= pendingMap._externalTypeMapExceptionStub;
8 references to _externalTypeMapExceptionStub
ILCompiler.ReadyToRun (8)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (8)
136
if (
_externalTypeMapExceptionStub
?.Exception is TypeSystemException.FileNotFoundException)
188
if (
_externalTypeMapExceptionStub
is null)
190
if (pendingMap.
_externalTypeMapExceptionStub
is not null)
192
_externalTypeMapExceptionStub = pendingMap.
_externalTypeMapExceptionStub
;
209
else if (
_externalTypeMapExceptionStub
.Exception is not TypeSystemException.FileNotFoundException &&
210
pendingMap.
_externalTypeMapExceptionStub
?.Exception is TypeSystemException.FileNotFoundException)
213
_externalTypeMapExceptionStub = pendingMap.
_externalTypeMapExceptionStub
;
232
MethodDesc IExternalTypeMap.ThrowingMethodStub =>
_externalTypeMapExceptionStub
;