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