2 writes to _categories
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexCharClass.cs (2)
225_categories = categories; 272_categories ??= new StringBuilder();
11 references to _categories
System.Text.RegularExpressions (11)
System\Text\RegularExpressions\RegexCharClass.cs (11)
253if (cc._categories != null) 255EnsureCategories().Append(cc._categories); 1641int categoriesLength = current._categories?.Length ?? 0; 1669foreach (ReadOnlyMemory<char> chunk in current._categories!.GetChunks()) 1744(_categories is null || _categories.Length == 0)) 1786_categories?.Length > 0 && 1789_categories.Clear(); 1802_categories?.Length > 0 && 1806foreach (ReadOnlyMemory<char> chunk in _categories!.GetChunks()) 1823_categories.Clear();