9 references to DatagramReceived
System.Net.Sockets (9)
System\Net\Sockets\Socket.cs (8)
1566
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1607
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1664
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1704
if (errorCode == SocketError.Success && SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1791
if (errorCode == SocketError.Success && SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1854
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1978
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
2051
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
System\Net\Sockets\SocketAsyncEventArgs.cs (1)
1171
if (socketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();