1 write to KeyPathReference
Aspire.Hosting (1)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
58
KeyPathReference
= configurationContext.KeyPath,
5 references to KeyPathReference
Aspire.Hosting (3)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
73
KeyPath = additionalData.
KeyPathReference
,
Ats\ExecutionConfigurationExports.cs (1)
126
KeyPathExpression = additionalData.
KeyPathReference
.ValueExpression,
Dcp\ContainerCreator.cs (1)
776
KeyPath = tlsCertificateConfiguration.
KeyPathReference
,
Aspire.Hosting.Tests (2)
ExecutionConfigurationGathererTests.cs (2)
693
Assert.NotNull(metadata.
KeyPathReference
);
805
_ = await metadata.
KeyPathReference
.GetValueAsync(CancellationToken.None);