3 instantiations of DoesNotReturnIf
Microsoft.Build.Tasks.CodeAnalysis (3)
Debug.cs (3)
15public static void Assert([DoesNotReturnIf(false)] bool b) => Debug.Assert(b); 19public static void Assert([DoesNotReturnIf(false)] bool b, string message) 39internal static void AssertOrFailFast([DoesNotReturnIf(false)] bool condition, string? message = null)