10 references to ExceptionMarshalling
Microsoft.Interop.ComInterfaceGenerator (10)
ComInterfaceGenerator.cs (1)
338new VirtualMethodIndexData(index, ImplicitThisParameter: true, direction, true, ExceptionMarshalling.Com),
VirtualMethodIndexData.cs (2)
17ExceptionMarshalling ExceptionMarshalling) : InteropAttributeData 46public ExceptionMarshalling ExceptionMarshalling { get; init; }
VtableIndexStubGenerator.cs (7)
133ExceptionMarshalling exceptionMarshalling = ExceptionMarshalling.Custom; 162exceptionMarshalling = (ExceptionMarshalling)exceptionMarshallingValue.Value!; 314if (virtualMethodIndexData.ExceptionMarshalling == ExceptionMarshalling.Custom && virtualMethodIndexData.ExceptionMarshallingCustomType is null) 322if (virtualMethodIndexData.ExceptionMarshalling != ExceptionMarshalling.Custom && virtualMethodIndexData.ExceptionMarshallingCustomType is not null) 329if (virtualMethodIndexData.ExceptionMarshalling == ExceptionMarshalling.Com) 333if (virtualMethodIndexData.ExceptionMarshalling == ExceptionMarshalling.Custom)