18 references to SupplimentarySeq
mscorlib (18)
system\text\utf8encoding.cs (18)
1349Contract.Assert( (ch & (SupplimentarySeq | ThreeByteSeq)) != 0, 1352if ((ch & SupplimentarySeq) != 0) { 1379if ((ch & (SupplimentarySeq | 0x1F0000)) == SupplimentarySeq) { 1436(SupplimentarySeq) | (SupplimentarySeq >> 6) | 1437(SupplimentarySeq >> 2*6) | (SupplimentarySeq >> 3*6); 1745Contract.Assert( (ch & (SupplimentarySeq | ThreeByteSeq)) != 0, 1748if ((ch & SupplimentarySeq) != 0) { 1778if ((ch & (SupplimentarySeq | 0x1F0000)) > SupplimentarySeq) { 1848(SupplimentarySeq) | (SupplimentarySeq >> 6) | 1849(SupplimentarySeq >> 2*6) | (SupplimentarySeq >> 3*6); 2277else if ((ch & (SupplimentarySeq | ThreeByteSeq)) == 0) 2285else if ((ch & SupplimentarySeq) != 0)