1 write to _client
Aspire.Hosting.MongoDB (1)
MongoDBBuilderExtensions.cs (1)
721
_client
= client;
2 references to _client
Aspire.Hosting.MongoDB (2)
MongoDBBuilderExtensions.cs (2)
745
await
_client
773
using var cursor = await
_client
.ListDatabaseNamesAsync(cancellationToken).ConfigureAwait(false);