2 references to index
System (2)
net\System\Net\Sockets\_ReceiveMessageOverlappedAsyncResult.cs (1)
148m_IPPacketInformation = new IPPacketInformation(((address!=null)?address:IPAddress.None),(int)controlData.index);
net\System\Net\Sockets\Socket.cs (1)
9956m_ReceiveMessageFromPacketInfo = new IPPacketInformation(((address != null) ? address : IPAddress.None), (int)controlData.index);