6 references to ExceptionIndex
Microsoft.Interop.ComInterfaceGenerator (1)
VirtualMethodPointerStubGenerator.cs (1)
226
ManagedIndex = TypePositionInfo.
ExceptionIndex
,
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSExportGenerator.cs (1)
339
ManagedIndex = TypePositionInfo.
ExceptionIndex
,
Microsoft.Interop.SourceGeneration (4)
BoundGenerators.cs (1)
82
else if (managedExceptionInfo.NativeIndex is not (TypePositionInfo.UnsetIndex or TypePositionInfo.
ExceptionIndex
))
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
)