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