1 write to PublicUrl
Microsoft.AspNetCore.Components.Testing (1)
_generated\3\E2EManifestJsonContext.E2EAppEntry.g.cs (1)
125Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EAppEntry)obj).PublicUrl = value!,
3 references to PublicUrl
Microsoft.AspNetCore.Components.Testing (3)
_generated\3\E2EManifestJsonContext.E2EAppEntry.g.cs (2)
124Getter = static obj => ((global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EAppEntry)obj).PublicUrl, 177writer.WriteString(PropName_publicUrl, ((global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EAppEntry)value).PublicUrl);
Infrastructure\ServerInstance.cs (1)
79PublicUrl = appEntry.PublicUrl;