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)
136if (_externalTypeMapExceptionStub?.Exception is TypeSystemException.FileNotFoundException) 188if (_externalTypeMapExceptionStub is null) 190if (pendingMap._externalTypeMapExceptionStub is not null) 192_externalTypeMapExceptionStub = pendingMap._externalTypeMapExceptionStub; 209else if (_externalTypeMapExceptionStub.Exception is not TypeSystemException.FileNotFoundException && 210pendingMap._externalTypeMapExceptionStub?.Exception is TypeSystemException.FileNotFoundException) 213_externalTypeMapExceptionStub = pendingMap._externalTypeMapExceptionStub; 232MethodDesc IExternalTypeMap.ThrowingMethodStub => _externalTypeMapExceptionStub;