4 references to EmitExceptionBody
ILCompiler.Compiler (4)
parent\parent\Common\TypeSystem\IL\Stubs\PInvokeILEmitter.cs (2)
449return MarshalHelpers.EmitExceptionBody(message, method); 454return MarshalHelpers.EmitExceptionBody(ex.Message, method);
parent\parent\Common\TypeSystem\IL\Stubs\StructMarshallingThunk.cs (2)
316return MarshalHelpers.EmitExceptionBody(message, this); 321return MarshalHelpers.EmitExceptionBody(ex.Message, this);