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