3 references to IsKeyPathReferenced
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
2840
if (configuration.
IsKeyPathReferenced
)
Aspire.Hosting.Tests (2)
ExecutionConfigurationGathererTests.cs (2)
730
Assert.False(metadata.
IsKeyPathReferenced
);
735
Assert.True(metadata.
IsKeyPathReferenced
);