4 references to Enter
System (4)
net\System\Net\Cache\IERequestCache.cs (3)
225if(Logging.On) Logging.Enter(Logging.RequestCache, "WinInetCache.Retrieve", "key = " + key); 385if(Logging.On) Logging.Enter(Logging.RequestCache, "WinInetCache.Store()", "Key = " + key); 508if(Logging.On) Logging.Enter(Logging.RequestCache, "WinInetCache.Update", "Key = "+ key);
net\System\Net\Sockets\TCPListener.cs (1)
84if (Logging.On) Logging.Enter(Logging.Sockets, "TcpListener.Create", "Port: " + port);