2 instantiations of DoesNotReturnIf
Microsoft.Extensions.Identity.Stores (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)