1 write to _trackedPfxPathReference
Aspire.Hosting (1)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
135
_trackedPfxPathReference
= new TrackedReference(value);
2 references to _trackedPfxPathReference
Aspire.Hosting (2)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (2)
136
_pfxPathReference = ReferenceExpression.Create($"{
_trackedPfxPathReference
}");
143
public bool IsPfxPathReferenced =>
_trackedPfxPathReference
?.WasResolved ?? false;