1 write to ExceptionMarshallingCustomType
Microsoft.Interop.ComInterfaceGenerator (1)
VtableIndexStubGenerator.cs (1)
255ExceptionMarshallingCustomType = exceptionMarshallingCustomType,
5 references to ExceptionMarshallingCustomType
Microsoft.Interop.ComInterfaceGenerator (5)
VtableIndexStubGenerator.cs (5)
240if (namedArguments.TryGetValue(nameof(VirtualMethodIndexCompilationData.ExceptionMarshallingCustomType), out TypedConstant exceptionMarshallingCustomTypeValue)) 390if (virtualMethodIndexData.ExceptionMarshalling == ExceptionMarshalling.Custom && virtualMethodIndexData.ExceptionMarshallingCustomType is null) 398if (virtualMethodIndexData.ExceptionMarshalling != ExceptionMarshalling.Custom && virtualMethodIndexData.ExceptionMarshallingCustomType is not null) 411return virtualMethodIndexData.ExceptionMarshallingCustomType is null 415virtualMethodIndexData.ExceptionMarshallingCustomType!,