1 write to Apps
Microsoft.AspNetCore.Components.Testing.Tasks (1)
E2EManifestJsonContext.E2EManifestModel.g.cs (1)
59Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EManifestModel)obj).Apps = value!,
4 references to Apps
Microsoft.AspNetCore.Components.Testing.Tasks (4)
E2EManifestJsonContext.E2EManifestModel.g.cs (2)
58Getter = static obj => ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EManifestModel)obj).Apps, 87DictionaryStringE2EAppEntryModelSerializeHandler(writer, ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EManifestModel)value).Apps);
GenerateE2EManifest.cs (2)
92manifest.Apps[name] = entry; 133manifest.Apps[publishKey] = publishEntry;