1 write to Apps
Microsoft.AspNetCore.Components.Testing (1)
_generated\4\E2EManifestJsonContext.E2EManifest.g.cs (1)
61Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EManifest)obj).Apps = value!,
5 references to Apps
Microsoft.AspNetCore.Components.Testing (5)
_generated\4\E2EManifestJsonContext.E2EManifest.g.cs (2)
60Getter = static obj => ((global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EManifest)obj).Apps, 91DictionaryStringE2EAppEntrySerializeHandler(writer, ((global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EManifest)value).Apps);
Infrastructure\E2EManifest.cs (2)
16Apps.TryGetValue(appName, out var entry); 43foreach (var (appName, entry) in Apps)
Infrastructure\ServerFactory.cs (1)
174$"Available apps: {string.Join(", ", Manifest.Apps.Keys)}");