3 writes to m_IPPacketInformation
System (3)
net\System\Net\Sockets\_ReceiveMessageOverlappedAsyncResult.cs (3)
148m_IPPacketInformation = new IPPacketInformation(((address!=null)?address:IPAddress.None),(int)controlData.index); 157m_IPPacketInformation = new IPPacketInformation(((address!=null)?address:IPAddress.IPv6None),(int)controlData.index); 161m_IPPacketInformation = new IPPacketInformation();
2 references to m_IPPacketInformation
System (2)
net\System\Net\Sockets\Socket.cs (2)
2049ipPacketInformation = asyncResult.m_IPPacketInformation; 4726ipPacketInformation = castedAsyncResult.m_IPPacketInformation;