10 references to ExceptionMarshalling
Microsoft.Interop.ComInterfaceGenerator (10)
ComInterfaceGenerator.cs (1)
338
new VirtualMethodIndexData(index, ImplicitThisParameter: true, direction, true,
ExceptionMarshalling
.Com),
VirtualMethodIndexData.cs (2)
17
ExceptionMarshalling
ExceptionMarshalling) : InteropAttributeData
46
public
ExceptionMarshalling
ExceptionMarshalling { get; init; }
VtableIndexStubGenerator.cs (7)
209
ExceptionMarshalling
exceptionMarshalling =
ExceptionMarshalling
.Custom;
238
exceptionMarshalling = (
ExceptionMarshalling
)exceptionMarshallingValue.Value!;
390
if (virtualMethodIndexData.ExceptionMarshalling ==
ExceptionMarshalling
.Custom && virtualMethodIndexData.ExceptionMarshallingCustomType is null)
398
if (virtualMethodIndexData.ExceptionMarshalling !=
ExceptionMarshalling
.Custom && virtualMethodIndexData.ExceptionMarshallingCustomType is not null)
405
if (virtualMethodIndexData.ExceptionMarshalling ==
ExceptionMarshalling
.Com)
409
if (virtualMethodIndexData.ExceptionMarshalling ==
ExceptionMarshalling
.Custom)