4 references to ExceptionAsVoidMarshaller
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\22\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.cs (1)
185
global::System.Runtime.InteropServices.Marshalling.
ExceptionAsVoidMarshaller
.ConvertToUnmanaged(__exception);
_generated\24\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataAssemblyImport.cs (1)
533
global::System.Runtime.InteropServices.Marshalling.
ExceptionAsVoidMarshaller
.ConvertToUnmanaged(__exception);
Microsoft.DiaSymReader (1)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
185
global::System.Runtime.InteropServices.Marshalling.
ExceptionAsVoidMarshaller
.ConvertToUnmanaged(__exception);
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\ExceptionAsVoidMarshaller.cs (1)
13
[CustomMarshaller(typeof(Exception), MarshalMode.UnmanagedToManagedOut, typeof(
ExceptionAsVoidMarshaller
))]