4 writes to Executable
Microsoft.AspNetCore.Components.Testing.Tasks (4)
E2EManifestJsonContext.E2EAppEntryModel.g.cs (1)
59Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel)obj).Executable = value!,
GenerateE2EManifest.cs (3)
76Executable = "dotnet", 116publishEntry.Executable = name + exeSuffix; 121publishEntry.Executable = "dotnet";
2 references to Executable
Microsoft.AspNetCore.Components.Testing.Tasks (2)
E2EManifestJsonContext.E2EAppEntryModel.g.cs (2)
58Getter = static obj => ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel)obj).Executable, 166writer.WriteString(PropName_executable, ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel)value).Executable);