4 writes to Arguments
Microsoft.AspNetCore.Components.Testing.Tasks (4)
E2EManifestJsonContext.E2EAppEntryModel.g.cs (1)
79Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel)obj).Arguments = value!,
GenerateE2EManifest.cs (3)
77Arguments = "run --no-launch-profile", 117publishEntry.Arguments = ""; 122publishEntry.Arguments = name + ".dll";
2 references to Arguments
Microsoft.AspNetCore.Components.Testing.Tasks (2)
E2EManifestJsonContext.E2EAppEntryModel.g.cs (2)
78Getter = static obj => ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel)obj).Arguments, 167writer.WriteString(PropName_arguments, ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel)value).Arguments);