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