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)
146if (_associatedTypeMapExceptionStub?.Exception is TypeSystemException.FileNotFoundException) 158if (_associatedTypeMapExceptionStub is null) 160if (pendingMap._associatedTypeMapExceptionStub is not null) 162_associatedTypeMapExceptionStub = pendingMap._associatedTypeMapExceptionStub; 179else if (_associatedTypeMapExceptionStub.Exception is not TypeSystemException.FileNotFoundException && 180pendingMap._associatedTypeMapExceptionStub?.Exception is TypeSystemException.FileNotFoundException) 183_associatedTypeMapExceptionStub = pendingMap._associatedTypeMapExceptionStub; 236MethodDesc IProxyTypeMap.ThrowingMethodStub => _associatedTypeMapExceptionStub;