3 writes to s_currentMatchingFullTypeName
dotnet-svcutil-lib (3)
CodeDomFixup\CodeDomVisitors\SpecialIXmlSerializableRemapper.cs (3)
30
s_currentMatchingFullTypeName
= typeref.BaseType;
45
s_currentMatchingFullTypeName
= name;
49
s_currentMatchingFullTypeName
= null;
3 references to s_currentMatchingFullTypeName
dotnet-svcutil-lib (3)
CodeDomFixup\CodeDomVisitors\SpecialIXmlSerializableRemapper.cs (3)
83
string typeNamespace = _typeDeclCollection.TypeNamespaceMappings[
s_currentMatchingFullTypeName
];
84
if (!string.IsNullOrEmpty(
s_currentMatchingFullTypeName
))
88
typeref.BaseType = string.IsNullOrEmpty(typeNamespace) ? destType : _typeDeclCollection.TypeNamespaceMappings[
s_currentMatchingFullTypeName
] + "." + destType;