3 writes to TargetPath
aspire (1)
Projects\AppHostInfoResolver.cs (1)
177TargetPath = info.TargetPath,
Aspire.Cli.Tests (2)
Caching\AppHostInfoDiskCacheTests.cs (1)
49TargetPath = "/repo/bin/AppHost.dll",
Projects\AppHostInfoResolverTests.cs (1)
33TargetPath = "/repo/bin/AppHost.dll",
2 references to TargetPath
aspire (1)
Projects\AppHostInfoResolver.cs (1)
108TargetPath: diskEntry.TargetPath,
Aspire.Cli.Tests (1)
Caching\AppHostInfoDiskCacheTests.cs (1)
82Assert.Equal("/repo/bin/AppHost.dll", hit.TargetPath);