4 instantiations of DoesNotReturnIf
MSBuildTaskHost (4)
Utilities\ErrorUtilities.cs (4)
77
internal static void VerifyThrow([
DoesNotReturnIf
(false)] bool condition, string message)
88
internal static void VerifyThrow([
DoesNotReturnIf
(false)] bool condition, string format, object? arg0)
125
internal static void VerifyThrowArgument([
DoesNotReturnIf
(false)] bool condition, string format, object? arg0)
132
[
DoesNotReturnIf
(false)] bool condition, Exception? innerException, string format, object? arg0)