1 write to m_SocketAddressGCHandle
System (1)
net\System\Net\Sockets\Socket.cs (1)
9463
m_SocketAddressGCHandle
= GCHandle.Alloc(m_SocketAddress.m_Buffer, GCHandleType.Pinned);
4 references to m_SocketAddressGCHandle
System (4)
net\System\Net\Sockets\Socket.cs (4)
9458
if(
m_SocketAddressGCHandle
.IsAllocated) {
9459
m_SocketAddressGCHandle
.Free();
9489
if(
m_SocketAddressGCHandle
.IsAllocated) {
9490
m_SocketAddressGCHandle
.Free();