5 references to Attribute
System (5)
net\System\Net\Cache\IERequestCache.cs (1)
543attributes |= _WinInetCache.Entry_FC.ExemptDelta|_WinInetCache.Entry_FC.Attribute;
net\System\Net\Cache\WinInetCache.cs (4)
442if ((attributes & Entry_FC.Attribute) == 0) { 446attributes |= (Entry_FC.Attribute | Entry_FC.ExemptDelta); 459if (Update(oldEntry, Entry_FC.Attribute) != Status.Success) { 479Update(oldEntry, Entry_FC.Attribute);