1 write to Exception
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (1)
66Exception = ex;
6 references to Exception
ILCompiler.ReadyToRun (6)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (6)
136if (_externalTypeMapExceptionStub?.Exception is TypeSystemException.FileNotFoundException) 146if (_associatedTypeMapExceptionStub?.Exception is TypeSystemException.FileNotFoundException) 179else if (_associatedTypeMapExceptionStub.Exception is not TypeSystemException.FileNotFoundException && 180pendingMap._associatedTypeMapExceptionStub?.Exception is TypeSystemException.FileNotFoundException) 209else if (_externalTypeMapExceptionStub.Exception is not TypeSystemException.FileNotFoundException && 210pendingMap._externalTypeMapExceptionStub?.Exception is TypeSystemException.FileNotFoundException)