8 instantiations of Map
System.Private.Xml (8)
System\Xml\Schema\FacetChecker.cs (8)
689
new
Map
('c', "\\p{_xmlC}"),
690
new
Map
('C', "\\P{_xmlC}"),
691
new
Map
('d', "\\p{_xmlD}"),
692
new
Map
('D', "\\P{_xmlD}"),
693
new
Map
('i', "\\p{_xmlI}"),
694
new
Map
('I', "\\P{_xmlI}"),
695
new
Map
('w', "\\p{_xmlW}"),
696
new
Map
('W', "\\P{_xmlW}"),
1 reference to Map
System.Private.Xml (1)
System\Xml\Schema\FacetChecker.cs (1)
688
private static readonly
Map
[] s_map = {