2 references to GetRootMapping
System.Private.Xml (2)
System\Xml\Serialization\XmlReflectionImporter.cs (2)
730
if (model.TypeDesc.Kind == TypeKind.Root) return
GetRootMapping
();
928
mapping.BaseMapping ??=
GetRootMapping
();