2 references to allowedWhiteSpaceChars
System (2)
net\System\Net\mail\SmtpDateTime.cs (2)
312int indexOfTimeZoneSeparator = data.IndexOfAny(allowedWhiteSpaceChars, indexOfHourSeparator); 339int endOfTimeZoneOffset = timeZoneString.IndexOfAny(allowedWhiteSpaceChars);