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