4 references to Backslash
System (4)
net\System\Net\mail\QuotedPairReader.cs (4)
43if (index <= 0 || data[index - 1] != MailBnfHelper.Backslash) 78Debug.Assert(index >= 0 && data[index] == MailBnfHelper.Backslash, "index was not a backslash: " + index); 86} while (index >= 0 && data[index] == MailBnfHelper.Backslash); 89Debug.Assert(index < 0 || data[index] != MailBnfHelper.Backslash, "index was a backslash: " + index);