4 writes to ExecutablePath
Aspire.Hosting (1)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (1)
94Setter = static (obj, value) => ((global::Aspire.Hosting.LaunchProfile)obj).ExecutablePath = value!,
Aspire.Hosting.Azure.Functions (1)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (1)
99Setter = static (obj, value) => ((global::Aspire.Hosting.LaunchProfile)obj).ExecutablePath = value!,
Aspire.Hosting.Testing (1)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (1)
99Setter = static (obj, value) => ((global::Aspire.Hosting.LaunchProfile)obj).ExecutablePath = value!,
Aspire.Hosting.Tests (1)
ProjectResourceTests.cs (1)
890ExecutablePath = "dotnet",
6 references to ExecutablePath
Aspire.Hosting (2)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (2)
93Getter = static obj => ((global::Aspire.Hosting.LaunchProfile)obj).ExecutablePath, 217writer.WriteString(PropName_executablePath, ((global::Aspire.Hosting.LaunchProfile)value).ExecutablePath);
Aspire.Hosting.Azure.Functions (2)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (2)
98Getter = static obj => ((global::Aspire.Hosting.LaunchProfile)obj).ExecutablePath, 230writer.WriteString(PropName_executablePath, ((global::Aspire.Hosting.LaunchProfile)value).ExecutablePath);
Aspire.Hosting.Testing (2)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (2)
98Getter = static obj => ((global::Aspire.Hosting.LaunchProfile)obj).ExecutablePath, 230writer.WriteString(PropName_executablePath, ((global::Aspire.Hosting.LaunchProfile)value).ExecutablePath);