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