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