public static bool NotNullOrWhitespaceDocumented(string xmlDoc, string argumentName) { return IsMatch(ExceptionXmlDocDectectionPatterns.NotNullOrEmpty, argumentName, xmlDoc); }