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