3 references to IsKeyPathReferenced
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
2589
if (configuration.
IsKeyPathReferenced
)
Aspire.Hosting.Tests (2)
ResourceExecutionConfigurationGathererTests.cs (2)
497
Assert.False(metadata.
IsKeyPathReferenced
);
502
Assert.True(metadata.
IsKeyPathReferenced
);