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