2 references to DoesNotReturnIf
Microsoft.Interop.LibraryImportGenerator.Downlevel (2)
src\libraries\Common\src\System\ExceptionPolyfills.cs (2)
29public static void ThrowIf([DoesNotReturnIf(true)] bool condition, object instance) 37public static void ThrowIf([DoesNotReturnIf(true)] bool condition, Type type)