2 instantiations of Ranges
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Symbolic\UnicodeCategoryRangesGenerator.cs (2)
44catMap[c] = new Ranges(); 47Ranges whitespace = new Ranges();
2 references to Ranges
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Symbolic\UnicodeCategoryRangesGenerator.cs (2)
41var catMap = new Dictionary<UnicodeCategory, Ranges>(); 47Ranges whitespace = new Ranges();