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); 1621int categoriesLength = current._categories?.Length ?? 0; 1649foreach (ReadOnlyMemory<char> chunk in current._categories!.GetChunks()) 1724(_categories is null || _categories.Length == 0)) 1766_categories?.Length > 0 && 1769_categories.Clear(); 1782_categories?.Length > 0 && 1786foreach (ReadOnlyMemory<char> chunk in _categories!.GetChunks()) 1803_categories.Clear();