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)
745await _client 773using var cursor = await _client.ListDatabaseNamesAsync(cancellationToken).ConfigureAwait(false);