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