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