paulirwin commented on code in PR #938: URL: https://github.com/apache/lucenenet/pull/938#discussion_r1713961018
########## src/Lucene.Net/Support/ConcurrentHashSet.cs: ########## @@ -88,6 +88,21 @@ public int Count } } + private int CountInternal + { + get + { + int count = 0; + + foreach (var t in _tables.CountPerLock) Review Comment: See above, marking resolved -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org