1 write to ExceptionMarshallingCustomType
Microsoft.Interop.ComInterfaceGenerator (1)
VtableIndexStubGenerator.cs (1)
179
ExceptionMarshallingCustomType
= exceptionMarshallingCustomType,
5 references to ExceptionMarshallingCustomType
Microsoft.Interop.ComInterfaceGenerator (5)
VtableIndexStubGenerator.cs (5)
164
if (namedArguments.TryGetValue(nameof(VirtualMethodIndexCompilationData.
ExceptionMarshallingCustomType
), out TypedConstant exceptionMarshallingCustomTypeValue))
314
if (virtualMethodIndexData.ExceptionMarshalling == ExceptionMarshalling.Custom && virtualMethodIndexData.
ExceptionMarshallingCustomType
is null)
322
if (virtualMethodIndexData.ExceptionMarshalling != ExceptionMarshalling.Custom && virtualMethodIndexData.
ExceptionMarshallingCustomType
is not null)
335
return virtualMethodIndexData.
ExceptionMarshallingCustomType
is null
339
virtualMethodIndexData.
ExceptionMarshallingCustomType
!,