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