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