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