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