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