4 references to Ping
netstandard (1)
netstandard.cs (1)
1219[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.Ping))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
711[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.Ping))]
System.Net.Ping (2)
System\Net\NetworkInformation\Ping.cs (2)
39if (GetType() == typeof(Ping)) 717using CancellationTokenRegistration _ = cancellationToken.UnsafeRegister(static state => ((Ping)state!).SetCanceled(), this);