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