8 instantiations of Map
System.Xml (8)
System\Xml\Schema\FacetChecker.cs (8)
570
new
Map
('c', "\\p{_xmlC}"),
571
new
Map
('C', "\\P{_xmlC}"),
572
new
Map
('d', "\\p{_xmlD}"),
573
new
Map
('D', "\\P{_xmlD}"),
574
new
Map
('i', "\\p{_xmlI}"),
575
new
Map
('I', "\\P{_xmlI}"),
576
new
Map
('w', "\\p{_xmlW}"),
577
new
Map
('W', "\\P{_xmlW}"),
1 reference to Map
System.Xml (1)
System\Xml\Schema\FacetChecker.cs (1)
569
private static readonly
Map
[] c_map = {