1 write to m_ControlBufferGCHandle
System (1)
net\System\Net\Sockets\Socket.cs (1)
9207m_ControlBufferGCHandle = GCHandle.Alloc(m_ControlBuffer, GCHandleType.Pinned);
7 references to m_ControlBufferGCHandle
System (7)
net\System\Net\Sockets\Socket.cs (7)
9196if(m_ControlBufferGCHandle.IsAllocated) { 9197m_ControlBufferGCHandle.Free(); 9201if(m_ControlBufferGCHandle.IsAllocated) { 9202m_ControlBufferGCHandle.Free(); 9206if(!m_ControlBufferGCHandle.IsAllocated) { 9498if(m_ControlBufferGCHandle.IsAllocated) { 9499m_ControlBufferGCHandle.Free();