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