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