1 write to WasResolved
Aspire.Hosting (1)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
165WasResolved = true;
2 references to WasResolved
Aspire.Hosting (2)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (2)
122public bool IsKeyPathReferenced => _trackedKeyPathReference?.WasResolved ?? false; 143public bool IsPfxPathReferenced => _trackedPfxPathReference?.WasResolved ?? false;