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