4 writes to ucs4Decoder
System.Private.Xml (4)
System\Xml\XmlEncoding.cs (4)
322
ucs4Decoder
= new Ucs4Decoder1234();
336
ucs4Decoder
= new Ucs4Decoder4321();
350
ucs4Decoder
= new Ucs4Decoder2143();
364
ucs4Decoder
= new Ucs4Decoder3412();
3 references to ucs4Decoder
System.Private.Xml (3)
System\Xml\XmlEncoding.cs (3)
226
return
ucs4Decoder
;
254
return
ucs4Decoder
.GetCharCount(bytes, index, count);
259
return
ucs4Decoder
.GetChars(bytes, byteIndex, byteCount, chars, charIndex);