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