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