4 writes to TrustDeveloperCertificates
Aspire.Hosting (4)
ResourceBuilderExtensions.cs (4)
2269annotation.TrustDeveloperCertificates ??= existingAnnotation.TrustDeveloperCertificates; 2313TrustDeveloperCertificates = trust, 2318annotation.TrustDeveloperCertificates ??= existingAnnotation.TrustDeveloperCertificates; 2366annotation.TrustDeveloperCertificates ??= existingAnnotation.TrustDeveloperCertificates;
4 references to TrustDeveloperCertificates
Aspire.Hosting (4)
ApplicationModel\ResourceExtensions.cs (1)
416trustDevCert = caAnnotation.TrustDeveloperCertificates.GetValueOrDefault(trustDevCert);
ResourceBuilderExtensions.cs (3)
2269annotation.TrustDeveloperCertificates ??= existingAnnotation.TrustDeveloperCertificates; 2318annotation.TrustDeveloperCertificates ??= existingAnnotation.TrustDeveloperCertificates; 2366annotation.TrustDeveloperCertificates ??= existingAnnotation.TrustDeveloperCertificates;