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