3 references to HasException
System.Private.CoreLib (3)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (3)
107
Debug.Assert((Flags & ContinuationFlags.
HasException
) != 0);
108
uint contIndex = (uint)BitOperations.PopCount((uint)Flags & ((uint)ContinuationFlags.
HasException
- 1));
412
if ((nextContinuation.Flags & ContinuationFlags.
HasException
) != 0)