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
}");
120
public bool IsKeyPathReferenced =>
_trackedKeyPathReference
?.WasResolved ?? false;