5 references to Remove
System (5)
net\System\Net\Cache\IERequestCache.cs (4)
130if (_WinInetCache.Remove(entry) != _WinInetCache.Status.Success && entry.Error != _WinInetCache.Status.FileNotFound) { 163if (_WinInetCache.Remove(entry) == _WinInetCache.Status.Success || entry.Error == _WinInetCache.Status.FileNotFound) { 183_WinInetCache.Remove(entry); 1020_WinInetCache.Status errorStatus = _WinInetCache.Remove(m_Entry);
net\System\Net\Cache\WinInetCache.cs (1)
474Remove(oldEntry);