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!,
4 references to Apps
Microsoft.AspNetCore.Components.Testing (4)
_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 (1)
16Apps.TryGetValue(appName, out var entry);
Infrastructure\ServerFixture.cs (1)
154$"Available apps: {string.Join(", ", Manifest.Apps.Keys)}");