1 write to _socketCache
System.Runtime.Remoting (1)
channels\core\socketcache.cs (1)
53
_socketCache
= socketCache;
3 references to _socketCache
System.Runtime.Remoting (3)
channels\core\socketcache.cs (3)
152
return
_socketCache
.CreateSocketHandler(socket, _machineAndPort);
165
return
_socketCache
.CreateSocketHandler(socket, _machineAndPort);
171
_cachedSocketList.TimeoutSockets(currentTime,
_socketCache
.SocketTimeout);