2 writes to AppHostFilePath
Aspire.Hosting.Tests (2)
DistributedApplicationBuilderTests.cs (2)
153AppHostFilePath = Path.Combine(projectDirectory, "apphost.mts") 184AppHostFilePath = Path.Combine(projectDirectory, "apphost.mts")
2 references to AppHostFilePath
Aspire.Hosting (2)
DistributedApplication.cs (2)
261if (!string.IsNullOrEmpty(options.AppHostFilePath)) 263realOptions.AppHostFilePath = options.AppHostFilePath;