2 instantiations of DoesNotReturnIf
System.Text.RegularExpressions.Generator (2)
src\runtime\src\libraries\Common\src\Polyfills\ExceptionPolyfills.cs (2)
105public static void ThrowIf([DoesNotReturnIf(true)] bool condition, object instance) 113public static void ThrowIf([DoesNotReturnIf(true)] bool condition, Type type)