2 references to ImportArrayMapping
System.Private.Xml (2)
System\Xml\Serialization\XmlSchemaImporter.cs (2)
438if ((mapping = ImportArrayMapping(type, identifier, typeNs)) == null) 1214ArrayMapping? arrayMapping = ImportArrayMapping(type, identifier, ns);