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