4 writes to TrustDeveloperCertificates
Aspire.Hosting (4)
ResourceBuilderExtensions.cs (4)
2376annotation.TrustDeveloperCertificates ??= existingAnnotation.TrustDeveloperCertificates; 2420TrustDeveloperCertificates = trust, 2425annotation.TrustDeveloperCertificates ??= existingAnnotation.TrustDeveloperCertificates; 2473annotation.TrustDeveloperCertificates ??= existingAnnotation.TrustDeveloperCertificates;
4 references to TrustDeveloperCertificates
Aspire.Hosting (4)
ApplicationModel\CertificateTrustExecutionConfigurationGatherer.cs (1)
50trustDevCert = caAnnotation.TrustDeveloperCertificates.GetValueOrDefault(trustDevCert);
ResourceBuilderExtensions.cs (3)
2376annotation.TrustDeveloperCertificates ??= existingAnnotation.TrustDeveloperCertificates; 2425annotation.TrustDeveloperCertificates ??= existingAnnotation.TrustDeveloperCertificates; 2473annotation.TrustDeveloperCertificates ??= existingAnnotation.TrustDeveloperCertificates;