2 references to ImportArrayMapping
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (2)
566
if ((mapping =
ImportArrayMapping
(type, identifier, typeNs, false)) == null)
1350
ArrayMapping arrayMapping =
ImportArrayMapping
(type, identifier, ns, repeats);