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