3 writes to _associatedTypeMapExceptionStub
ILCompiler.ReadyToRun (3)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (3)
151
_associatedTypeMapExceptionStub
??= new ThrowingMethodStub(stubModule.GetGlobalModuleType(), TypeMapGroup, externalTypeMap: false, exception);
162
_associatedTypeMapExceptionStub
= pendingMap._associatedTypeMapExceptionStub;
183
_associatedTypeMapExceptionStub
= pendingMap._associatedTypeMapExceptionStub;
8 references to _associatedTypeMapExceptionStub
ILCompiler.ReadyToRun (8)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (8)
146
if (
_associatedTypeMapExceptionStub
?.Exception is TypeSystemException.FileNotFoundException)
158
if (
_associatedTypeMapExceptionStub
is null)
160
if (pendingMap.
_associatedTypeMapExceptionStub
is not null)
162
_associatedTypeMapExceptionStub = pendingMap.
_associatedTypeMapExceptionStub
;
179
else if (
_associatedTypeMapExceptionStub
.Exception is not TypeSystemException.FileNotFoundException &&
180
pendingMap.
_associatedTypeMapExceptionStub
?.Exception is TypeSystemException.FileNotFoundException)
183
_associatedTypeMapExceptionStub = pendingMap.
_associatedTypeMapExceptionStub
;
236
MethodDesc IProxyTypeMap.ThrowingMethodStub =>
_associatedTypeMapExceptionStub
;