2 writes to _categories
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexCharClass.cs (2)
352_categories = categories; 399_categories ??= new StringBuilder();
11 references to _categories
System.Text.RegularExpressions (11)
System\Text\RegularExpressions\RegexCharClass.cs (11)
380if (cc._categories != null) 382EnsureCategories().Append(cc._categories); 1637int categoriesLength = _categories?.Length ?? 0; 1665foreach (ReadOnlyMemory<char> chunk in _categories!.GetChunks()) 1737(_categories is null || _categories.Length == 0)) 1779_categories?.Length > 0 && 1782_categories.Clear(); 1795_categories?.Length > 0 && 1799foreach (ReadOnlyMemory<char> chunk in _categories!.GetChunks()) 1816_categories.Clear();