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