1 write to ExceptionMarshalling
Microsoft.Interop.ComInterfaceGenerator (1)
VtableIndexStubGenerator.cs (1)
178ExceptionMarshalling = exceptionMarshalling,
6 references to ExceptionMarshalling
Microsoft.Interop.ComInterfaceGenerator (6)
VirtualMethodIndexData.cs (1)
26virtualMethodIndex.ExceptionMarshalling)
VtableIndexStubGenerator.cs (5)
153if (namedArguments.TryGetValue(nameof(VirtualMethodIndexCompilationData.ExceptionMarshalling), out TypedConstant exceptionMarshallingValue)) 314if (virtualMethodIndexData.ExceptionMarshalling == ExceptionMarshalling.Custom && virtualMethodIndexData.ExceptionMarshallingCustomType is null) 322if (virtualMethodIndexData.ExceptionMarshalling != ExceptionMarshalling.Custom && virtualMethodIndexData.ExceptionMarshallingCustomType is not null) 329if (virtualMethodIndexData.ExceptionMarshalling == ExceptionMarshalling.Com) 333if (virtualMethodIndexData.ExceptionMarshalling == ExceptionMarshalling.Custom)