1 write to _trackedKeyPathReference
Aspire.Hosting (1)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
114_trackedKeyPathReference = new TrackedReference(value);
2 references to _trackedKeyPathReference
Aspire.Hosting (2)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (2)
115_keyPathReference = ReferenceExpression.Create($"{_trackedKeyPathReference}"); 122public bool IsKeyPathReferenced => _trackedKeyPathReference?.WasResolved ?? false;