2 instantiations of DoesNotReturnIf
Microsoft.AspNetCore.Http.RequestDelegateGenerator (2)
src\Shared\Diagnostics\AnalyzerDebug.cs (2)
14
public static void Assert([
DoesNotReturnIf
(false)] bool b) => Debug.Assert(b);
18
public static void Assert([
DoesNotReturnIf
(false)] bool b, string message)