25 references to Success
System (25)
net\System\Net\_SafeNetHandles.cs (1)
2995_WinInetCache.Status error = _WinInetCache.Status.Success;
net\System\Net\Cache\IERequestCache.cs (12)
130if (_WinInetCache.Remove(entry) != _WinInetCache.Status.Success && entry.Error != _WinInetCache.Status.FileNotFound) { 163if (_WinInetCache.Remove(entry) == _WinInetCache.Status.Success || entry.Error == _WinInetCache.Status.FileNotFound) { 173if (status == _WinInetCache.Status.Success) { 184if (entry.Error != _WinInetCache.Status.Success && _WinInetCache.LookupInfo(entry) == _WinInetCache.Status.FileNotFound) { 185entry.Error = _WinInetCache.Status.Success; 188return entry.Error == _WinInetCache.Status.Success; 237if (entry.Error == _WinInetCache.Status.Success) { 462if (entry.Error != _WinInetCache.Status.Success) { 586if (entry.Error != _WinInetCache.Status.Success) { 1021if (errorStatus != _WinInetCache.Status.Success && errorStatus != _WinInetCache.Status.FileNotFound) 1055if (_WinInetCache.Commit(m_Entry) != _WinInetCache.Status.Success) 1089if (_WinInetCache.Update(m_Entry, _WinInetCache.Entry_FC.ExemptDelta) != _WinInetCache.Status.Success)
net\System\Net\Cache\WinInetCache.cs (12)
241entry.Error = Status.Success; 278if (entry.Error == Status.Success) { 305if (entry.Error == Status.Success) { 338entry.Error = Status.Success; 342return Status.Success; 362entry.Error = Status.Success; 397newEntry.Error = Status.Success; 459if (Update(oldEntry, Entry_FC.Attribute) != Status.Success) { 475if (Commit(newEntry) != Status.Success) { 503entry.Error = Status.Success; 539entry.Error = Status.Success; 544return Status.Success;