1 write to operationPageCache
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\HelpPage.cs (1)
41
this.
operationPageCache
= new NameValueCache<string>();
2 references to operationPageCache
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpPage.cs (2)
67
string helpPage = this.
operationPageCache
.Lookup(requestUri.AbsoluteUri);
77
this.
operationPageCache
.AddOrUpdate(requestUri.AbsoluteUri, helpPage);