1 instantiation of Decoder
mscorlib (1)
system\text\utf7encoding.cs (1)
839
return new UTF7Encoding.
Decoder
(this);
2 references to Decoder
mscorlib (2)
system\text\utf7encoding.cs (2)
677
UTF7Encoding.
Decoder
decoder = (UTF7Encoding.
Decoder
) baseDecoder;