1 write to Arguments
Microsoft.AspNetCore.Components.Testing (1)
_generated\3\E2EManifestJsonContext.E2EAppEntry.g.cs (1)
83
Setter = 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)
82
Getter = static obj => ((global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EAppEntry)obj).
Arguments
,
175
writer.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" +
199
var args = appEntry.
Arguments
;