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