4 references to NameResolutionMetrics
System.Net.NameResolution (4)
System\Net\NameResolutionTelemetry.cs (4)
62
public static bool AnyDiagnosticsEnabled() => !OperatingSystem.IsWasi() && (Log.IsEnabled() ||
NameResolutionMetrics
.IsEnabled() || NameResolutionActivity.IsTracingEnabled());
87
startingTimestamp = startingTimestamp is not 0 ? startingTimestamp :
NameResolutionMetrics
.IsEnabled() ? Stopwatch.GetTimestamp() : 0;
119
if (
NameResolutionMetrics
.IsEnabled())
121
NameResolutionMetrics
.AfterResolution(duration, GetHostnameFromStateObject(hostNameOrAddress), exception);