9 references to Application
Aspire.Hosting.Radius (9)
Publishing\RadiusInfrastructureBuilder.cs (3)
593if (store.Scope == RadiusSecretStoreScope.Application && legacyAppConstruct is not null) 1928|| s.Scope == RadiusSecretStoreScope.Application); 1955if (store.Scope == RadiusSecretStoreScope.Application && legacyAppConstruct is not null)
Publishing\SealedSecretApplyStep.cs (1)
202.Where(s => s.Scope == RadiusSecretStoreScope.Application || ReferenceEquals(s.OwningEnvironment, _environment))
Secrets\RadiusSecretStoreExtensions.cs (1)
64var resource = new RadiusSecretStoreResource(name, type, RadiusSecretStoreScope.Application);
Secrets\RadiusSecretStoreValidation.cs (4)
75.Where(static s => s.Scope == RadiusSecretStoreScope.Application) 202if (store.Scope == RadiusSecretStoreScope.Application && 329if (store.Scope == RadiusSecretStoreScope.Application && 355if (store.Scope == RadiusSecretStoreScope.Application)