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