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