1 write to Level
System.Net.Requests (1)
System\Net\Cache\HttpRequestCachePolicy.cs (1)
21Level = level;
4 references to Level
PresentationCore (2)
System\Windows\Media\RequestCachePolicyConverter.cs (2)
123return httpPolicy.Level.ToString(); 128return new InstanceDescriptor(ci, new object[] { httpPolicy.Level });
System.Net.Requests (2)
System\Net\Cache\HttpRequestCachePolicy.cs (1)
95return "Level:" + Level.ToString() +
System\Net\HttpWebRequest.cs (1)
1296switch (httpRequestCachePolicy.Level)