5 references to ValueListBuilder
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\RegexCompiler.cs (1)
977
using var asciiChars = new
ValueListBuilder
<char>(stackalloc char[128]);
System\Text\RegularExpressions\RegexParser.cs (1)
69
_optionsStack = new
ValueListBuilder
<int>(optionSpan);
System\Text\RegularExpressions\RegexReplacement.cs (1)
41
var rules = new
ValueListBuilder
<int>(stackalloc int[64]);
System\Text\RegularExpressions\RegexWriter.cs (2)
39
_emitted = new
ValueListBuilder
<int>(emittedSpan);
40
_intStack = new
ValueListBuilder
<int>(intStackSpan);