2 references to sizeOfBase64EncodedChar
System (2)
net\System\Net\mail\Base64Stream.cs (2)
258
&& (WriteState.CurrentLineLength +
sizeOfBase64EncodedChar
+ writeState.FooterLength > lineLength))
278
&& (WriteState.CurrentLineLength +
sizeOfBase64EncodedChar
+ writeState.FooterLength >= lineLength))