2 references to Base64LineSize
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Base64Encoder.cs (2)
21internal const int LineSizeInBytes = Base64LineSize / 4 * 3; 25_charsLine = new char[Base64LineSize];