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