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