3 references to Headerinfo
System (3)
net\System\Net\Cache\IERequestCache.cs (1)
561attributes |= _WinInetCache.Entry_FC.Headerinfo;
net\System\Net\Cache\WinInetCache.cs (2)
405if ((attributes & Entry_FC.Headerinfo) == 0) { 431attributes &= ~Entry_FC.Headerinfo;