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