11 references to Exit
System (11)
net\System\Net\Cache\IERequestCache.cs (7)
316if(Logging.On)Logging.Exit(Logging.RequestCache, "WinInetCache.Retrieve()"); 332if(Logging.On)Logging.Exit(Logging.RequestCache, "WinInetCache.Retrieve()"); 394if(Logging.On) Logging.Exit(Logging.RequestCache, "WinInetCache.Store"); 466Logging.Exit(Logging.RequestCache, "WinInetCache.Store"); 488Logging.Exit(Logging.RequestCache, "WinInetCache.Store"); 513if(Logging.On) Logging.Exit(Logging.RequestCache, "WinInetCache.Update()"); 590Logging.Exit(Logging.RequestCache, "WinInetCache.Update()");
net\System\Net\connectionpool.cs (1)
316Logging.Exit(Logging.Web, "ConnectionPool::ForceCleanup");
net\System\Net\Logging.cs (2)
436Exit(traceSource, obj+"::"+method+"() "+retValue); 446Exit(traceSource, method+"() "+parameters);
net\System\Net\mail\SmtpTransport.cs (1)
56Logging.Exit(Logging.Web, "SmtpPooledStream::Dispose #" + ValidationHelper.HashString(this));