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