4 references to Custom
Microsoft.Interop.ComInterfaceGenerator (4)
VtableIndexStubGenerator.cs (4)
148
ExceptionMarshalling exceptionMarshalling = ExceptionMarshalling.
Custom
;
329
if (virtualMethodIndexData.ExceptionMarshalling == ExceptionMarshalling.
Custom
&& virtualMethodIndexData.ExceptionMarshallingCustomType is null)
337
if (virtualMethodIndexData.ExceptionMarshalling != ExceptionMarshalling.
Custom
&& virtualMethodIndexData.ExceptionMarshallingCustomType is not null)
348
if (virtualMethodIndexData.ExceptionMarshalling == ExceptionMarshalling.
Custom
)