1 write to ExceptionMarshallingCustomType
Microsoft.Interop.ComInterfaceGenerator (1)
VtableIndexStubGenerator.cs (1)
194ExceptionMarshallingCustomType = exceptionMarshallingCustomType,
5 references to ExceptionMarshallingCustomType
Microsoft.Interop.ComInterfaceGenerator (5)
VtableIndexStubGenerator.cs (5)
179if (namedArguments.TryGetValue(nameof(VirtualMethodIndexCompilationData.ExceptionMarshallingCustomType), out TypedConstant exceptionMarshallingCustomTypeValue)) 329if (virtualMethodIndexData.ExceptionMarshalling == ExceptionMarshalling.Custom && virtualMethodIndexData.ExceptionMarshallingCustomType is null) 337if (virtualMethodIndexData.ExceptionMarshalling != ExceptionMarshalling.Custom && virtualMethodIndexData.ExceptionMarshallingCustomType is not null) 350return virtualMethodIndexData.ExceptionMarshallingCustomType is null 354virtualMethodIndexData.ExceptionMarshallingCustomType!,