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