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