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