6 references to TryReadFwsReverse
System.Net.Mail (6)
System\Net\Mail\DomainLiteralReader.cs (1)
43if (!WhitespaceReader.TryReadFwsReverse(data, index, out index, throwExceptionIfFail))
System\Net\Mail\MailAddressParser.cs (1)
127if (!WhitespaceReader.TryReadFwsReverse(data, index, out index, throwExceptionIfFail))
System\Net\Mail\QuotedStringFormatReader.cs (2)
48if (!WhitespaceReader.TryReadFwsReverse(data, index, out index, throwExceptionIfFail)) 134if (!WhitespaceReader.TryReadFwsReverse(data, index, out index, throwExceptionIfFail))
System\Net\Mail\WhitespaceReader.cs (2)
123if (!TryReadFwsReverse(data, index, out index, throwExceptionIfFail)) 194if (!TryReadFwsReverse(data, index, out index, throwExceptionIfFail))