1 instantiation of UTF8Decoder
mscorlib (1)
system\text\utf8encoding.cs (1)
2335return new UTF8Decoder(this);
6 references to UTF8Decoder
mscorlib (6)
system\text\utf8encoding.cs (6)
1308UTF8Decoder decoder = (UTF8Decoder)baseDecoder; 1705UTF8Decoder decoder = (UTF8Decoder)baseDecoder; 2197UTF8Decoder decoder = (UTF8Decoder)baseDecoder;