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