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