27 references to DoesNotReturnIf
MSBuildTaskHost (27)
D\a\_work\1\s\bin\repo\msbuild\src\Framework\ErrorUtilities.cs\ErrorUtilities.cs (1)
25
internal static void VerifyThrow([
DoesNotReturnIf
(false)] bool condition, string unformattedMessage)
D\a\_work\1\s\bin\repo\msbuild\src\Shared\ErrorUtilities.cs\ErrorUtilities.cs (26)
44
internal static void VerifyThrowInternalError([
DoesNotReturnIf
(false)] bool condition, string message, params object?[]? args)
88
internal static void VerifyThrowInternalErrorUnreachable([
DoesNotReturnIf
(false)] bool condition)
191
internal static void VerifyThrow([
DoesNotReturnIf
(false)] bool condition, string unformattedMessage)
202
internal static void VerifyThrow([
DoesNotReturnIf
(false)] bool condition, string unformattedMessage, int arg0)
213
internal static void VerifyThrow([
DoesNotReturnIf
(false)] bool condition, string unformattedMessage, object arg0)
224
internal static void VerifyThrow([
DoesNotReturnIf
(false)] bool condition, string unformattedMessage, int arg0, int arg1)
235
internal static void VerifyThrow([
DoesNotReturnIf
(false)] bool condition, string unformattedMessage, object arg0, object arg1)
246
internal static void VerifyThrow([
DoesNotReturnIf
(false)] bool condition, string unformattedMessage, object arg0, object arg1, object arg2)
257
internal static void VerifyThrow([
DoesNotReturnIf
(false)] bool condition, string unformattedMessage, object arg0, object arg1, object arg2, object arg3)
279
internal static void VerifyThrowInvalidOperation([
DoesNotReturnIf
(false)] bool condition, string resourceName)
291
internal static void VerifyThrowInvalidOperation([
DoesNotReturnIf
(false)] bool condition, string resourceName, object arg0)
306
internal static void VerifyThrowInvalidOperation([
DoesNotReturnIf
(false)] bool condition, string resourceName, object arg0, object arg1)
321
internal static void VerifyThrowInvalidOperation([
DoesNotReturnIf
(false)] bool condition, string resourceName, object arg0, object arg1, object arg2)
336
internal static void VerifyThrowInvalidOperation([
DoesNotReturnIf
(false)] bool condition, string resourceName, object arg0, object arg1, object arg2, object arg3)
384
internal static void VerifyThrowArgument([
DoesNotReturnIf
(false)] bool condition, string resourceName)
392
internal static void VerifyThrowArgument([
DoesNotReturnIf
(false)] bool condition, string resourceName, object arg0)
400
internal static void VerifyThrowArgument([
DoesNotReturnIf
(false)] bool condition, string resourceName, object arg0, object arg1)
408
internal static void VerifyThrowArgument([
DoesNotReturnIf
(false)] bool condition, string resourceName, object arg0, object arg1, object arg2)
416
internal static void VerifyThrowArgument([
DoesNotReturnIf
(false)] bool condition, string resourceName, object arg0, object arg1, object arg2, object arg3)
428
internal static void VerifyThrowArgument([
DoesNotReturnIf
(false)] bool condition, Exception? innerException, string resourceName)
440
internal static void VerifyThrowArgument([
DoesNotReturnIf
(false)] bool condition, Exception? innerException, string resourceName, object arg0)
453
internal static void VerifyThrowArgument([
DoesNotReturnIf
(false)] bool condition, Exception? innerException, string resourceName, object arg0, object arg1)
466
internal static void VerifyThrowArgument([
DoesNotReturnIf
(false)] bool condition, Exception? innerException, string resourceName, object arg0, object arg1, object arg2)
479
internal static void VerifyThrowArgument([
DoesNotReturnIf
(false)] bool condition, Exception? innerException, string resourceName, object arg0, object arg1, object arg2, object arg3)
502
internal static void VerifyThrowArgumentOutOfRange([
DoesNotReturnIf
(false)] bool condition, [CallerArgumentExpression(nameof(condition))] string? parameterName = null)
610
internal static void VerifyThrowObjectDisposed([
DoesNotReturnIf
(false)] bool condition, string objectName)