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