3 references to isPrivateCache
System (3)
net\System\Net\Configuration\RequestCachingSection.cs (3)
21this.properties.Add(this.isPrivateCache); 60get { return (bool)this[this.isPrivateCache]; } 61set { this[this.isPrivateCache] = value; }