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