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