1 write to Exception
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (1)
66
Exception
= ex;
7 references to Exception
ILCompiler.Compiler (7)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (7)
76
return TypeSystemThrowingILEmitter.EmitIL(this,
Exception
);
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)