1 write to Executable
Microsoft.AspNetCore.Components.Testing (1)
_generated\3\E2EManifestJsonContext.E2EAppEntry.g.cs (1)
61Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EAppEntry)obj).Executable = value!,
5 references to Executable
Microsoft.AspNetCore.Components.Testing (5)
_generated\3\E2EManifestJsonContext.E2EAppEntry.g.cs (2)
60Getter = static obj => ((global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EAppEntry)obj).Executable, 174writer.WriteString(PropName_executable, ((global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EAppEntry)value).Executable);
Infrastructure\ServerInstance.cs (3)
149$"Command: {appEntry.Executable} {appEntry.Arguments}.\n" + 159$"Command: {appEntry.Executable} {appEntry.Arguments}.\n" + 198var executable = appEntry.Executable;