3 writes to _currentLookups
System.Net.NameResolution (3)
System\Net\NameResolutionTelemetry.cs (3)
39
_currentLookupsCounter ??= new PollingCounter("current-dns-lookups", this, () => Interlocked.Read(ref
_currentLookups
))
75
Interlocked.Increment(ref
_currentLookups
);
104
Interlocked.Decrement(ref
_currentLookups
);