4 writes to ucs4Decoder
System.Xml (4)
System\Xml\XmlEncoding.cs (4)
263
ucs4Decoder
= new Ucs4Decoder1234();
279
ucs4Decoder
= new Ucs4Decoder4321();
295
ucs4Decoder
= new Ucs4Decoder2143();
310
ucs4Decoder
= new Ucs4Decoder3412();
3 references to ucs4Decoder
System.Xml (3)
System\Xml\XmlEncoding.cs (3)
189
return
ucs4Decoder
;
211
return
ucs4Decoder
.GetCharCount( bytes, index, count );
215
return
ucs4Decoder
.GetChars( bytes, byteIndex, byteCount, chars, charIndex );