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