4 references to Backslash
System.Net.Mail (4)
System\Net\Mail\QuotedPairReader.cs (4)
39if (index <= 0 || data[index - 1] != MailBnfHelper.Backslash) 85Debug.Assert(index >= 0 && data[index] == MailBnfHelper.Backslash, $"index was not a backslash: {index}"); 93} while (index >= 0 && data[index] == MailBnfHelper.Backslash); 96Debug.Assert(index < 0 || data[index] != MailBnfHelper.Backslash, $"index was a backslash: {index}");