1 write to operationTypes
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\UnwrappedTypesXmlSerializerManager.cs (1)
29
this.
operationTypes
= new Dictionary<Object, IList<Type>>();
2 references to operationTypes
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\UnwrappedTypesXmlSerializerManager.cs (2)
48
IList<Type> operationTypes = this.
operationTypes
[key];
84
operationTypes
.Add(key, types);