2 instantiations of Base64Encoder
System.Net.Mail (2)
System\Net\Base64Stream.cs (2)
46_encoder = new Base64Encoder(_writeState, writeStateInfo.MaxLineLength); 52_encoder = new Base64Encoder(_writeState, writeStateInfo.MaxLineLength);
1 reference to Base64Encoder
System.Net.Mail (1)
System\Net\Base64Stream.cs (1)
38private readonly Base64Encoder _encoder;