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}"); 143public bool IsPfxPathReferenced => _trackedPfxPathReference?.WasResolved ?? false;