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