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!,
6 references to Executable
Microsoft.AspNetCore.Components.Testing (6)
_generated\3\E2EManifestJsonContext.E2EAppEntry.g.cs (2)
60Getter = static obj => ((global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EAppEntry)obj).Executable, 196writer.WriteString(PropName_executable, ((global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EAppEntry)value).Executable);
Infrastructure\E2EManifest.cs (1)
54string.Equals(entry.Executable, "dotnet", StringComparison.OrdinalIgnoreCase))
Infrastructure\ServerInstance.cs (3)
114$"Command: {appEntry.Executable} {appEntry.Arguments}.\n" + 124$"Command: {appEntry.Executable} {appEntry.Arguments}.\n" + 270var executable = appEntry.Executable;