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