2 references to DoesNotReturnIf
Microsoft.AspNetCore.Http.Connections.Client (2)
src\Shared\ThrowHelpers\ObjectDisposedThrowHelper.cs (2)
18
public static void ThrowIf([
DoesNotReturnIf
(true)] bool condition, object instance)
34
public static void ThrowIf([
DoesNotReturnIf
(true)] bool condition, Type type)