3 references to TypeNamespaceMappings
dotnet-svcutil-lib (3)
CodeDomFixup\CodeDomVisitors\SpecialIXmlSerializableRemapper.cs (2)
83string typeNamespace = _typeDeclCollection.TypeNamespaceMappings[s_currentMatchingFullTypeName]; 88typeref.BaseType = string.IsNullOrEmpty(typeNamespace) ? destType : _typeDeclCollection.TypeNamespaceMappings[s_currentMatchingFullTypeName] + "." + destType;
CodeDomFixup\CodeDomVisitors\TypeDeclCollection.cs (1)
48TypeNamespaceMappings[fullName] = typeNamespace;