3 writes to SystemMeta
System (3)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (1)
1788
ctx.
SystemMeta
= new NameValueCollection(varyValues.Count+1, CaseInsensitiveAscii.StaticInstance);
net\System\Net\Cache\HttpRequestCacheValidator.cs (2)
456
SystemMeta
= new NameValueCollection(1, CaseInsensitiveAscii.StaticInstance);
657
SystemMeta
= new NameValueCollection((CacheEntry.EntryMetadata == null || CacheEntry.EntryMetadata.Count == 0? 2: CacheEntry.EntryMetadata.Count),
10 references to SystemMeta
System (10)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (5)
1353
if (ctx.
SystemMeta
== null || ctx.
SystemMeta
.Count == 0) {
1379
string[] cacheValues = ctx.
SystemMeta
.GetValues((string)varyValues[i]);
1787
if (ctx.
SystemMeta
== null) {
1792
ctx.
SystemMeta
[(string)varyValues[i]] = headerValue;
net\System\Net\Cache\HttpRequestCacheValidator.cs (5)
455
if (
SystemMeta
== null)
509
if (
SystemMeta
!= null)
511
UpdateStringCollection(CacheEntry.SystemMetadata,
SystemMeta
, true);
655
if (
SystemMeta
== null)
663
string s = ParseNameValues(
SystemMeta
, CacheEntry.SystemMetadata, 0);