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