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)) 75Interlocked.Increment(ref _currentLookups); 104Interlocked.Decrement(ref _currentLookups);