4 references to MaxCharsBuffer
Microsoft.Build.Tasks.Core (4)
InterningBinaryReader.cs (4)
106readLength = ((stringLength - currPos) > MaxCharsBuffer) ? MaxCharsBuffer : (stringLength - currPos); 275_charBuffer ??= new char[MaxCharsBuffer]; 287_byteBuffer ??= new byte[Encoding.UTF8.GetMaxByteCount(MaxCharsBuffer)];