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