5 references to FileNotFound
System (5)
net\System\Net\Cache\IERequestCache.cs (5)
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
) {
184
if (entry.Error != _WinInetCache.Status.Success && _WinInetCache.LookupInfo(entry) == _WinInetCache.Status.
FileNotFound
) {
313
if (entry.Error != _WinInetCache.Status.
FileNotFound
)
1021
if (errorStatus != _WinInetCache.Status.Success && errorStatus != _WinInetCache.Status.
FileNotFound
)