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