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