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
}");
148
public bool IsCertificateWithKeyPathReferenced =>
_trackedCertificateWithKeyPathReference
?.WasResolved ?? false;