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