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)
38
private readonly
Base64Encoder
_encoder;