1 write to m_Caches
System (1)
net\System\Net\Sockets\Socket.cs (1)
5688
m_Caches
= new CacheSet();
5 references to m_Caches
System (5)
net\System\Net\Sockets\Socket.cs (5)
5685
if (
m_Caches
== null)
5690
return
m_Caches
;
6391
if (
m_Caches
!= null)
6393
OverlappedCache.InterlockedFree(ref
m_Caches
.SendOverlappedCache);
6394
OverlappedCache.InterlockedFree(ref
m_Caches
.ReceiveOverlappedCache);