4 writes to TrustDeveloperCertificates
Aspire.Hosting (4)
ResourceBuilderExtensions.cs (4)
4007annotation.TrustDeveloperCertificates ??= existingAnnotation.TrustDeveloperCertificates; 4053TrustDeveloperCertificates = trust, 4058annotation.TrustDeveloperCertificates ??= existingAnnotation.TrustDeveloperCertificates; 4109annotation.TrustDeveloperCertificates ??= existingAnnotation.TrustDeveloperCertificates;
5 references to TrustDeveloperCertificates
Aspire.Hosting (5)
ApplicationModel\CertificateTrustExecutionConfigurationGatherer.cs (1)
53trustDevCert = caAnnotation.TrustDeveloperCertificates.GetValueOrDefault(trustDevCert);
Dashboard\DashboardEventHandlers.cs (1)
432trustDeveloperCertificate = certificateAuthorityAnnotation.TrustDeveloperCertificates.GetValueOrDefault(trustDeveloperCertificate);
ResourceBuilderExtensions.cs (3)
4007annotation.TrustDeveloperCertificates ??= existingAnnotation.TrustDeveloperCertificates; 4058annotation.TrustDeveloperCertificates ??= existingAnnotation.TrustDeveloperCertificates; 4109annotation.TrustDeveloperCertificates ??= existingAnnotation.TrustDeveloperCertificates;