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