9 references to DatagramReceived
System.Net.Sockets (9)
System\Net\Sockets\Socket.cs (8)
1559
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1600
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1657
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1697
if (errorCode == SocketError.Success && SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1784
if (errorCode == SocketError.Success && SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1847
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1971
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
2044
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
System\Net\Sockets\SocketAsyncEventArgs.cs (1)
1061
if (socketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();