1 instantiation of UTF8Encoder
mscorlib (1)
system\text\utf8encoding.cs (1)
2340return new UTF8Encoder(this);
4 references to UTF8Encoder
mscorlib (4)
system\text\utf8encoding.cs (4)
486UTF8Encoder encoder = (UTF8Encoder)baseEncoder; 857UTF8Encoder encoder = null; 873encoder = (UTF8Encoder)baseEncoder;