3 references to maxBytesPerChar
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlStreamNodeWriter.cs (3)
340const int charChunkSize = bufferLength / maxBytesPerChar; 347byte[] buffer = GetBuffer(chunkSize * maxBytesPerChar, out offset); 355byte[] buffer = GetBuffer(charCount * maxBytesPerChar, out offset);