4 references to Custom
Microsoft.Interop.ComInterfaceGenerator (4)
VtableIndexStubGenerator.cs (4)
209
ExceptionMarshalling exceptionMarshalling = ExceptionMarshalling.
Custom
;
390
if (virtualMethodIndexData.ExceptionMarshalling == ExceptionMarshalling.
Custom
&& virtualMethodIndexData.ExceptionMarshallingCustomType is null)
398
if (virtualMethodIndexData.ExceptionMarshalling != ExceptionMarshalling.
Custom
&& virtualMethodIndexData.ExceptionMarshallingCustomType is not null)
409
if (virtualMethodIndexData.ExceptionMarshalling == ExceptionMarshalling.
Custom
)