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