1 write to allTypes
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\UnwrappedTypesXmlSerializerManager.cs (1)
27this.allTypes = new Dictionary<Type, XmlTypeMapping>();
4 references to allTypes
System.ServiceModel.Web (4)
System\ServiceModel\Dispatcher\UnwrappedTypesXmlSerializerManager.cs (4)
79if (!allTypes.ContainsKey(types[i])) 81allTypes.Add(types[i], importer.ImportTypeMapping(types[i])); 92foreach (Type type in allTypes.Keys) 94XmlTypeMapping mapping = allTypes[type];