2 writes to _categories
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexCharClass.cs (2)
222_categories = categories; 269_categories ??= new StringBuilder();
11 references to _categories
System.Text.RegularExpressions (11)
System\Text\RegularExpressions\RegexCharClass.cs (11)
250if (cc._categories != null) 252EnsureCategories().Append(cc._categories); 1603int categoriesLength = _categories?.Length ?? 0; 1631foreach (ReadOnlyMemory<char> chunk in _categories!.GetChunks()) 1703(_categories is null || _categories.Length == 0)) 1745_categories?.Length > 0 && 1748_categories.Clear(); 1761_categories?.Length > 0 && 1765foreach (ReadOnlyMemory<char> chunk in _categories!.GetChunks()) 1782_categories.Clear();