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