3 writes to PublicUrl
Microsoft.AspNetCore.Components.Testing.Tasks (3)
E2EManifestJsonContext.E2EAppEntryModel.g.cs (1)
119
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel)obj).
PublicUrl
= value!,
GenerateE2EManifest.cs (2)
78
PublicUrl
= publicUrl,
110
PublicUrl
= publicUrl,
2 references to PublicUrl
Microsoft.AspNetCore.Components.Testing.Tasks (2)
E2EManifestJsonContext.E2EAppEntryModel.g.cs (2)
118
Getter = static obj => ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel)obj).
PublicUrl
,
169
writer.WriteString(PropName_publicUrl, ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel)value).
PublicUrl
);