4 references to ExceptionIndex
Microsoft.Interop.ComInterfaceGenerator (1)
VirtualMethodPointerStubGenerator.cs (1)
226
ManagedIndex = TypePositionInfo.
ExceptionIndex
,
Microsoft.Interop.SourceGeneration (3)
TypePositionInfo.cs (3)
55
return index is UnsetIndex or ReturnIndex or
ExceptionIndex
;
77
public bool IsManagedExceptionPosition { get => ManagedIndex ==
ExceptionIndex
; }
110
if (info.ManagedIndex is ReturnIndex or
ExceptionIndex
)