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)
209ExceptionMarshalling exceptionMarshalling = ExceptionMarshalling.Custom; 238exceptionMarshalling = (ExceptionMarshalling)exceptionMarshallingValue.Value!; 390if (virtualMethodIndexData.ExceptionMarshalling == ExceptionMarshalling.Custom && virtualMethodIndexData.ExceptionMarshallingCustomType is null) 398if (virtualMethodIndexData.ExceptionMarshalling != ExceptionMarshalling.Custom && virtualMethodIndexData.ExceptionMarshallingCustomType is not null) 405if (virtualMethodIndexData.ExceptionMarshalling == ExceptionMarshalling.Com) 409if (virtualMethodIndexData.ExceptionMarshalling == ExceptionMarshalling.Custom)