2 writes to _categories
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexCharClass.cs (2)
355_categories = categories; 419_categories ??= new StringBuilder();
11 references to _categories
System.Text.RegularExpressions (11)
System\Text\RegularExpressions\RegexCharClass.cs (11)
400if (cc._categories != null) 402EnsureCategories().Append(cc._categories); 1771int categoriesLength = _categories?.Length ?? 0; 1799foreach (ReadOnlyMemory<char> chunk in _categories!.GetChunks()) 1871(_categories is null || _categories.Length == 0)) 1913_categories?.Length > 0 && 1916_categories.Clear(); 1929_categories?.Length > 0 && 1933foreach (ReadOnlyMemory<char> chunk in _categories!.GetChunks()) 1950_categories.Clear();