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