2 writes to _categories
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexCharClass.cs (2)
222_categories = categories; 286_categories ??= new StringBuilder();
11 references to _categories
System.Text.RegularExpressions (11)
System\Text\RegularExpressions\RegexCharClass.cs (11)
267if (cc._categories != null) 269EnsureCategories().Append(cc._categories); 1620int categoriesLength = _categories?.Length ?? 0; 1648foreach (ReadOnlyMemory<char> chunk in _categories!.GetChunks()) 1720(_categories is null || _categories.Length == 0)) 1762_categories?.Length > 0 && 1765_categories.Clear(); 1778_categories?.Length > 0 && 1782foreach (ReadOnlyMemory<char> chunk in _categories!.GetChunks()) 1799_categories.Clear();