1 write to WasResolved
Aspire.Hosting (1)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
191WasResolved = true;
3 references to WasResolved
Aspire.Hosting (3)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (3)
127public bool IsKeyPathReferenced => _trackedKeyPathReference?.WasResolved ?? false; 148public bool IsCertificateWithKeyPathReferenced => _trackedCertificateWithKeyPathReference?.WasResolved ?? false; 169public bool IsPfxPathReferenced => _trackedPfxPathReference?.WasResolved ?? false;