6 references to ExceptionIndex
Microsoft.Interop.ComInterfaceGenerator (1)
VirtualMethodPointerStubGenerator.cs (1)
226ManagedIndex = TypePositionInfo.ExceptionIndex,
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSExportGenerator.cs (1)
339ManagedIndex = TypePositionInfo.ExceptionIndex,
Microsoft.Interop.SourceGeneration (4)
BoundGenerators.cs (1)
82else if (managedExceptionInfo.NativeIndex is not (TypePositionInfo.UnsetIndex or TypePositionInfo.ExceptionIndex))
TypePositionInfo.cs (3)
55return index is UnsetIndex or ReturnIndex or ExceptionIndex; 77public bool IsManagedExceptionPosition { get => ManagedIndex == ExceptionIndex; } 110if (info.ManagedIndex is ReturnIndex or ExceptionIndex)