10 references to ExceptionMarshalling
Microsoft.Interop.ComInterfaceGenerator (10)
ComInterfaceGenerator.cs (1)
378
var virtualMethodIndexData = 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)
148
ExceptionMarshalling
exceptionMarshalling =
ExceptionMarshalling
.Custom;
177
exceptionMarshalling = (
ExceptionMarshalling
)exceptionMarshallingValue.Value!;
329
if (virtualMethodIndexData.ExceptionMarshalling ==
ExceptionMarshalling
.Custom && virtualMethodIndexData.ExceptionMarshallingCustomType is null)
337
if (virtualMethodIndexData.ExceptionMarshalling !=
ExceptionMarshalling
.Custom && virtualMethodIndexData.ExceptionMarshallingCustomType is not null)
344
if (virtualMethodIndexData.ExceptionMarshalling ==
ExceptionMarshalling
.Com)
348
if (virtualMethodIndexData.ExceptionMarshalling ==
ExceptionMarshalling
.Custom)