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