1 write to _certificates
Aspire.Hosting (1)
DeveloperCertificateService.cs (1)
28
_certificates
= new Lazy<ImmutableList<X509Certificate2>>(() =>
2 references to _certificates
Aspire.Hosting (2)
DeveloperCertificateService.cs (2)
157
public ImmutableList<X509Certificate2> Certificates =>
_certificates
.Value;
177
_ =
_certificates
.Value; // Ensure certificates have been evaluated