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