1 instantiation of Ping
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Devices\Network.Ping.vb (1)
76
Dim pingMaker As New NetInfoAlias.
Ping
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)
39
if (GetType() == typeof(
Ping
))
717
using CancellationTokenRegistration _ = cancellationToken.UnsafeRegister(static state => ((
Ping
)state!).SetCanceled(), this);