4 references to MaxCharsBuffer
MSBuildTaskHost (4)
BackEnd\InterningBinaryReader.cs (4)
80readLength = ((stringLength - currPos) > MaxCharsBuffer) ? MaxCharsBuffer : (stringLength - currPos); 164=> field ??= new char[MaxCharsBuffer]; 170=> field ??= new byte[Encoding.UTF8.GetMaxByteCount(MaxCharsBuffer)];