6 references to IdentifierChanged
Aspire.Hosting.Radius (6)
Publishing\RadiusInfrastructureBuilder.cs (6)
466
IdentifierChanged
(envConstruct, snapshot.EnvId))
473
IdentifierChanged
(legacyEnvConstruct, snapshot.LegacyEnvId))
514
if (appConstruct is not null &&
IdentifierChanged
(appConstruct, snapshot.AppId))
519
if (envConstruct is not null &&
IdentifierChanged
(envConstruct, snapshot.EnvId))
580
var legacyAppRenamed = legacyAppConstruct is not null &&
IdentifierChanged
(legacyAppConstruct, snapshot.LegacyAppId);
581
var legacyEnvRenamed = legacyEnvConstruct is not null &&
IdentifierChanged
(legacyEnvConstruct, snapshot.LegacyEnvId);