1 write to _trackedCertificateWithKeyPathReference
Aspire.Hosting (1)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
140_trackedCertificateWithKeyPathReference = new TrackedReference(value);
2 references to _trackedCertificateWithKeyPathReference
Aspire.Hosting (2)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (2)
141_certificateWithKeyPathReference = ReferenceExpression.Create($"{_trackedCertificateWithKeyPathReference}"); 148public bool IsCertificateWithKeyPathReferenced => _trackedCertificateWithKeyPathReference?.WasResolved ?? false;