8 references to Ctext
System (8)
net\System\Net\mail\MailBnfHelper.cs (7)
132for (int i = 1; i <= 8; i++) { Ctext[i] = true; } 133Ctext[11] = true; 134Ctext[12] = true; 135for (int i = 14; i <= 31; i++) { Ctext[i] = true; } 136for (int i = 33; i <= 39; i++) { Ctext[i] = true; } 137for (int i = 42; i <= 91; i++) { Ctext[i] = true; } 138for (int i = 93; i <= 127; i++) { Ctext[i] = true; }
net\System\Net\mail\WhitespaceReader.cs (1)
140&& (data[index] > MailBnfHelper.Ascii7bitMaxValue || MailBnfHelper.Ctext[data[index]]))