2 references to MAX_PING_ATTEMPTS
Aspire.Hosting.MongoDB (2)
MongoDBBuilderExtensions.cs (2)
740
for (int attempt = 1; attempt <=
MAX_PING_ATTEMPTS
; attempt++)
762
if (
MAX_PING_ATTEMPTS
== attempt)