2 references to bufferLength
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (2)
759
int byteCount = Math.Min(
bufferLength
/ 4 * 3, count - count % 3);
780
int byteCount = Math.Min(
bufferLength
/ 4 * 3, count - count % 3);