5 references to Remove
System (5)
net\System\Net\Cache\IERequestCache.cs (4)
130
if (_WinInetCache.
Remove
(entry) != _WinInetCache.Status.Success && entry.Error != _WinInetCache.Status.FileNotFound) {
163
if (_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)
474
Remove
(oldEntry);