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