2 references to GetRootMapping
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
728
if (model.TypeDesc.Kind == TypeKind.Root) return
GetRootMapping
();
925
if (mapping.BaseMapping == null) mapping.BaseMapping =
GetRootMapping
();