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