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