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)
727catch (Exception e) when (e is not PlatformNotSupportedException && !(e is OperationCanceledException && _canceled))
System\Net\NetworkInformation\Ping.PingUtility.cs (1)
95if (_canceled)
System\Net\NetworkInformation\Ping.RawSocket.cs (1)
373catch (OperationCanceledException) when (!_canceled)