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