3 references to UserNameReference
Aspire.Hosting.MongoDB (3)
MongoDBBuilderExtensions.cs (2)
95
context.EnvironmentVariables[UserEnvVarName] = mongoServerResource.
UserNameReference
;
593
context.EnvironmentVariables["ME_CONFIG_MONGODB_ADMINUSERNAME"] = resource.
UserNameReference
;
MongoDBServerResource.cs (1)
199
yield return new("Username",
UserNameReference
);