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