5 references to Grow
System.Text.RegularExpressions (5)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\ValueListBuilder.cs (5)
23Grow(capacity); 85Grow(_span.Length - _pos + source.Length); 98Grow(source.Length); 128Grow(_span.Length - pos + length); 139Grow(1);