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