1 instantiation of NetEventSource
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\NetEventSource.NetworkInformation.cs (1)
13
public static readonly NetEventSource Log = new
NetEventSource
();
3 references to NetEventSource
System.Net.NetworkInformation (3)
System\Net\NetworkInformation\NetEventSource.NetworkInformation.cs (1)
13
public static readonly
NetEventSource
Log = new NetEventSource();
System\Net\NetworkInformation\NetworkAddressChange.Unix.cs (2)
214
if (
NetEventSource
.Log.IsEnabled())
NetEventSource
.Error(ex);