3 references to policyLevel
System (3)
net\System\Net\Configuration\HttpCachePolicyElement.cs (3)
22this.properties.Add(this.policyLevel); 57get { return (HttpRequestCacheLevel)this[this.policyLevel]; } 58set { this[this.policyLevel] = value; }