1 write to typeConverterCache
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\QueryStringConverter.cs (1)
51this.typeConverterCache = new Hashtable();
3 references to typeConverterCache
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\QueryStringConverter.cs (3)
261if (this.typeConverterCache.ContainsKey(parameterType)) 263return (TypeConverter) this.typeConverterCache[parameterType]; 316this.typeConverterCache.Add(parameterType, converter);