5 references to ArrayPoolGrow
Microsoft.ML.Tokenizers.Tests (5)
src\Microsoft.ML.Tokenizers\Utils\Helpers.cs (1)
223
Helpers.
ArrayPoolGrow
<byte>(ref bytes, bytes.Length * 2);
src\Microsoft.ML.Tokenizers\Utils\Helpers.netstandard.cs (4)
147
Helpers.
ArrayPoolGrow
(ref destination, destination.Length * 2);
159
Helpers.
ArrayPoolGrow
(ref destination, destination.Length * 2);
172
Helpers.
ArrayPoolGrow
(ref destination, Math.Max(destination.Length, 4) * 2);
186
Helpers.
ArrayPoolGrow
(ref destination, Math.Max(destination.Length, 3) * 2);