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