2 references to Base64LineSize
System.Private.Xml (2)
System\Xml\Base64Encoder.cs (2)
16
internal const int LineSizeInBytes =
Base64LineSize
/ 4 * 3;
20
_charsLine = new char[
Base64LineSize
];