4 instantiations of DoesNotReturnIf
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (4)
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)
FailFast.cs (1)
96
internal static void Assert([
DoesNotReturnIf
(false)] bool condition, string? message = null)