9 references to ThreeByteSeq
mscorlib (9)
system\text\utf8encoding.cs (9)
1349Contract.Assert( (ch & (SupplimentarySeq | ThreeByteSeq)) != 0, 1446(ThreeByteSeq) | (ThreeByteSeq >> 6) | (ThreeByteSeq >> 2*6) ); 1745Contract.Assert( (ch & (SupplimentarySeq | ThreeByteSeq)) != 0, 1854(ThreeByteSeq) | (ThreeByteSeq >> 6) | (ThreeByteSeq >> 2*6) ); 2277else if ((ch & (SupplimentarySeq | ThreeByteSeq)) == 0)