2 instantiations of RadiusSecretStorePopulation
Aspire.Hosting.Radius (2)
Secrets\RadiusSecretStoreExtensions.cs (1)
148var scratch = new RadiusSecretStorePopulation();
Secrets\RadiusSecretStoreResource.cs (1)
50internal RadiusSecretStorePopulation Population { get; } = new();
9 references to RadiusSecretStorePopulation
Aspire.Hosting.Radius (9)
Publishing\RadiusInfrastructureBuilder.cs (1)
2139var population = store.Population;
Secrets\RadiusSecretStoreExtensions.cs (6)
148var scratch = new RadiusSecretStorePopulation(); 151var population = store.Resource.Population; 215var population = store.Resource.Population; 245var population = store.Resource.Population; 402private readonly RadiusSecretStorePopulation _population; 404internal RadiusSecretStoreDataBuilder(RadiusSecretStorePopulation population) => _population = population;
Secrets\RadiusSecretStoreResource.cs (1)
50internal RadiusSecretStorePopulation Population { get; } = new();
Secrets\RadiusSecretStoreValidation.cs (1)
121var population = store.Population;