4 writes to TrustDeveloperCertificates
Aspire.Hosting (4)
ResourceBuilderExtensions.cs (4)
2557annotation.TrustDeveloperCertificates ??= existingAnnotation.TrustDeveloperCertificates; 2602TrustDeveloperCertificates = trust, 2607annotation.TrustDeveloperCertificates ??= existingAnnotation.TrustDeveloperCertificates; 2656annotation.TrustDeveloperCertificates ??= existingAnnotation.TrustDeveloperCertificates;
5 references to TrustDeveloperCertificates
Aspire.Hosting (5)
ApplicationModel\CertificateTrustExecutionConfigurationGatherer.cs (1)
50trustDevCert = caAnnotation.TrustDeveloperCertificates.GetValueOrDefault(trustDevCert);
Dashboard\DashboardEventHandlers.cs (1)
463trustDeveloperCertificate = certificateAuthorityAnnotation.TrustDeveloperCertificates.GetValueOrDefault(trustDeveloperCertificate);
ResourceBuilderExtensions.cs (3)
2557annotation.TrustDeveloperCertificates ??= existingAnnotation.TrustDeveloperCertificates; 2607annotation.TrustDeveloperCertificates ??= existingAnnotation.TrustDeveloperCertificates; 2656annotation.TrustDeveloperCertificates ??= existingAnnotation.TrustDeveloperCertificates;