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