4 writes to ucs4Decoder
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XmlEncoding.cs (4)
322ucs4Decoder = new Ucs4Decoder1234(); 343ucs4Decoder = new Ucs4Decoder4321(); 364ucs4Decoder = new Ucs4Decoder2143(); 384ucs4Decoder = new Ucs4Decoder3412();
3 references to ucs4Decoder
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XmlEncoding.cs (3)
227return ucs4Decoder; 255return ucs4Decoder.GetCharCount(bytes, index, count); 260return ucs4Decoder.GetChars(bytes, byteIndex, byteCount, chars, charIndex);