25 references to DoesNotReturnIf
MSBuildTaskHost (25)
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 (24)
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, object arg0)
213
internal static void VerifyThrow([
DoesNotReturnIf
(false)] bool condition, string unformattedMessage, object arg0, object arg1)
224
internal static void VerifyThrow([
DoesNotReturnIf
(false)] bool condition, string unformattedMessage, object arg0, object arg1, object arg2)
235
internal static void VerifyThrow([
DoesNotReturnIf
(false)] bool condition, string unformattedMessage, object arg0, object arg1, object arg2, object arg3)
257
internal static void VerifyThrowInvalidOperation([
DoesNotReturnIf
(false)] bool condition, string resourceName)
269
internal static void VerifyThrowInvalidOperation([
DoesNotReturnIf
(false)] bool condition, string resourceName, object arg0)
284
internal static void VerifyThrowInvalidOperation([
DoesNotReturnIf
(false)] bool condition, string resourceName, object arg0, object arg1)
299
internal static void VerifyThrowInvalidOperation([
DoesNotReturnIf
(false)] bool condition, string resourceName, object arg0, object arg1, object arg2)
314
internal static void VerifyThrowInvalidOperation([
DoesNotReturnIf
(false)] bool condition, string resourceName, object arg0, object arg1, object arg2, object arg3)
362
internal static void VerifyThrowArgument([
DoesNotReturnIf
(false)] bool condition, string resourceName)
370
internal static void VerifyThrowArgument([
DoesNotReturnIf
(false)] bool condition, string resourceName, object arg0)
378
internal static void VerifyThrowArgument([
DoesNotReturnIf
(false)] bool condition, string resourceName, object arg0, object arg1)
386
internal static void VerifyThrowArgument([
DoesNotReturnIf
(false)] bool condition, string resourceName, object arg0, object arg1, object arg2)
394
internal static void VerifyThrowArgument([
DoesNotReturnIf
(false)] bool condition, string resourceName, object arg0, object arg1, object arg2, object arg3)
406
internal static void VerifyThrowArgument([
DoesNotReturnIf
(false)] bool condition, Exception? innerException, string resourceName)
418
internal static void VerifyThrowArgument([
DoesNotReturnIf
(false)] bool condition, Exception? innerException, string resourceName, object arg0)
431
internal static void VerifyThrowArgument([
DoesNotReturnIf
(false)] bool condition, Exception? innerException, string resourceName, object arg0, object arg1)
444
internal static void VerifyThrowArgument([
DoesNotReturnIf
(false)] bool condition, Exception? innerException, string resourceName, object arg0, object arg1, object arg2)
457
internal static void VerifyThrowArgument([
DoesNotReturnIf
(false)] bool condition, Exception? innerException, string resourceName, object arg0, object arg1, object arg2, object arg3)
480
internal static void VerifyThrowArgumentOutOfRange([
DoesNotReturnIf
(false)] bool condition, [CallerArgumentExpression(nameof(condition))] string? parameterName = null)
588
internal static void VerifyThrowObjectDisposed([
DoesNotReturnIf
(false)] bool condition, string objectName)