3 references to MaxInputChunkLength
Microsoft.Build.Tasks.Core (3)
Hash.cs (3)
77
itemSpecChunkByteBuffer = System.Buffers.ArrayPool<byte>.Shared.Rent(s_encoding.GetMaxByteCount(
MaxInputChunkLength
));
85
for (int itemSpecPosition = 0; itemSpecPosition < itemSpec.Length; itemSpecPosition +=
MaxInputChunkLength
)
87
int charsToProcess = Math.Min(itemSpec.Length - itemSpecPosition,
MaxInputChunkLength
);