4 references to Custom
Microsoft.Interop.ComInterfaceGenerator (4)
VtableIndexStubGenerator.cs (4)
133
ExceptionMarshalling exceptionMarshalling = ExceptionMarshalling.
Custom
;
314
if (virtualMethodIndexData.ExceptionMarshalling == ExceptionMarshalling.
Custom
&& virtualMethodIndexData.ExceptionMarshallingCustomType is null)
322
if (virtualMethodIndexData.ExceptionMarshalling != ExceptionMarshalling.
Custom
&& virtualMethodIndexData.ExceptionMarshallingCustomType is not null)
333
if (virtualMethodIndexData.ExceptionMarshalling == ExceptionMarshalling.
Custom
)