9 references to DatagramReceived
System.Net.Sockets (9)
System\Net\Sockets\Socket.cs (8)
1564
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1605
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1662
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1702
if (errorCode == SocketError.Success && SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1789
if (errorCode == SocketError.Success && SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1852
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1976
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
2049
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
System\Net\Sockets\SocketAsyncEventArgs.cs (1)
1167
if (socketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();