2 writes to _canceled
System.Net.Ping (2)
System\Net\NetworkInformation\Ping.cs (2)
88
_canceled
= false;
682
_canceled
= true;
3 references to _canceled
System.Net.Ping (3)
System\Net\NetworkInformation\Ping.cs (1)
727
catch (Exception e) when (e is not PlatformNotSupportedException && !(e is OperationCanceledException &&
_canceled
))
System\Net\NetworkInformation\Ping.PingUtility.cs (1)
95
if (
_canceled
)
System\Net\NetworkInformation\Ping.RawSocket.cs (1)
373
catch (OperationCanceledException) when (!
_canceled
)