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