1 write to cacheProfileName
System.ServiceModel.Web (1)
System\ServiceModel\Web\AspNetCacheProfileAttribute.cs (1)
19
this.
cacheProfileName
= cacheProfileName;
2 references to cacheProfileName
System.ServiceModel.Web (2)
System\ServiceModel\Web\AspNetCacheProfileAttribute.cs (2)
24
get { return this.
cacheProfileName
; }
46
dispatchOperation.ParameterInspectors.Add(new CachingParameterInspector(this.
cacheProfileName
));