1 write to sendSize
System (1)
net\System\Net\NetworkInformation\ping.cs (1)
629
sendSize
= buffer.Length;
2 references to sendSize
System (2)
net\System\Net\NetworkInformation\ping.cs (2)
231
reply = new PingReply (icmp6Reply,buffer.DangerousGetHandle(),ping.
sendSize
);
729
reply = new PingReply(icmp6Reply, replyBuffer.DangerousGetHandle(),
sendSize
);