1 write to KeyPathReference
Aspire.Hosting (1)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
57
KeyPathReference
= configurationContext.KeyPath,
4 references to KeyPathReference
Aspire.Hosting (2)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
71
KeyPath = additionalData.
KeyPathReference
,
Dcp\DcpExecutor.cs (1)
2018
KeyPath = tlsCertificateConfiguration.
KeyPathReference
,
Aspire.Hosting.Tests (2)
ResourceExecutionConfigurationGathererTests.cs (2)
391
Assert.NotNull(metadata.
KeyPathReference
);
501
_ = await metadata.
KeyPathReference
.GetValueAsync(CancellationToken.None);