7 references to _typeDeclCollection
dotnet-svcutil-lib (7)
CodeDomFixup\CodeDomVisitors\SpecialIXmlSerializableRemapper.cs (7)
62&& !_typeDeclCollection.AllTypeDecls.ContainsKey(specialTypeName)) 83string typeNamespace = _typeDeclCollection.TypeNamespaceMappings[s_currentMatchingFullTypeName]; 88typeref.BaseType = string.IsNullOrEmpty(typeNamespace) ? destType : _typeDeclCollection.TypeNamespaceMappings[s_currentMatchingFullTypeName] + "." + destType; 94_typeDeclCollection.Visit(cu); 96foreach (string typeName in _typeDeclCollection.AllTypeDecls.Keys) 98typeDecl = _typeDeclCollection.AllTypeDecls[typeName]; 102_specialIXmlSerializableTypes[typeName] = _typeDeclCollection.AllTypeDecls[typeName];