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