2 writes to AppHostPath
aspire (1)
JsonSourceGenerationContext.AspireJsonConfiguration.g.cs (1)
79Setter = static (obj, value) => ((global::Aspire.Cli.Configuration.AspireJsonConfiguration)obj).AppHostPath = value!,
Aspire.Cli.Tests (1)
Projects\GuestAppHostProjectTests.cs (1)
205AppHostPath = "apphost.ts",
1 reference to AppHostPath
aspire (1)
JsonSourceGenerationContext.AspireJsonConfiguration.g.cs (1)
78Getter = static obj => ((global::Aspire.Cli.Configuration.AspireJsonConfiguration)obj).AppHostPath,