1 write to ExceptionMarshalling
Microsoft.Interop.ComInterfaceGenerator (1)
VtableIndexStubGenerator.cs (1)
254ExceptionMarshalling = exceptionMarshalling,
6 references to ExceptionMarshalling
Microsoft.Interop.ComInterfaceGenerator (6)
VirtualMethodIndexData.cs (1)
26virtualMethodIndex.ExceptionMarshalling)
VtableIndexStubGenerator.cs (5)
229if (namedArguments.TryGetValue(nameof(VirtualMethodIndexCompilationData.ExceptionMarshalling), out TypedConstant exceptionMarshallingValue)) 390if (virtualMethodIndexData.ExceptionMarshalling == ExceptionMarshalling.Custom && virtualMethodIndexData.ExceptionMarshallingCustomType is null) 398if (virtualMethodIndexData.ExceptionMarshalling != ExceptionMarshalling.Custom && virtualMethodIndexData.ExceptionMarshallingCustomType is not null) 405if (virtualMethodIndexData.ExceptionMarshalling == ExceptionMarshalling.Com) 409if (virtualMethodIndexData.ExceptionMarshalling == ExceptionMarshalling.Custom)