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)
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) {
173
if (status == _WinInetCache.Status.
Success
) {
184
if (entry.Error != _WinInetCache.Status.
Success
&& _WinInetCache.LookupInfo(entry) == _WinInetCache.Status.FileNotFound) {
185
entry.Error = _WinInetCache.Status.
Success
;
188
return entry.Error == _WinInetCache.Status.
Success
;
237
if (entry.Error == _WinInetCache.Status.
Success
) {
462
if (entry.Error != _WinInetCache.Status.
Success
) {
586
if (entry.Error != _WinInetCache.Status.
Success
) {
1021
if (errorStatus != _WinInetCache.Status.
Success
&& errorStatus != _WinInetCache.Status.FileNotFound)
1055
if (_WinInetCache.Commit(m_Entry) != _WinInetCache.Status.
Success
)
1089
if (_WinInetCache.Update(m_Entry, _WinInetCache.Entry_FC.ExemptDelta) != _WinInetCache.Status.
Success
)
net\System\Net\Cache\WinInetCache.cs (12)
241
entry.Error = Status.
Success
;
278
if (entry.Error == Status.
Success
) {
305
if (entry.Error == Status.
Success
) {
338
entry.Error = Status.
Success
;
342
return Status.
Success
;
362
entry.Error = Status.
Success
;
397
newEntry.Error = Status.
Success
;
459
if (Update(oldEntry, Entry_FC.Attribute) != Status.
Success
) {
475
if (Commit(newEntry) != Status.
Success
) {
503
entry.Error = Status.
Success
;
539
entry.Error = Status.
Success
;
544
return Status.
Success
;