2 instantiations of E2EManifestModel
Microsoft.AspNetCore.Components.Testing.Tasks (2)
E2EManifestJsonContext.E2EManifestModel.g.cs (1)
31ObjectCreator = () => new global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EManifestModel(),
GenerateE2EManifest.cs (1)
64var manifest = new E2EManifestModel();
19 references to E2EManifestModel
Microsoft.AspNetCore.Components.Testing.Tasks (19)
E2EManifestJsonContext.cs (1)
12[JsonSerializable(typeof(E2EManifestModel))]
E2EManifestJsonContext.E2EManifestModel.g.cs (16)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EManifestModel>? _E2EManifestModel; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EManifestModel> E2EManifestModel 22get => _E2EManifestModel ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EManifestModel>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EManifestModel)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EManifestModel> Create_E2EManifestModel(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EManifestModel>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EManifestModel> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EManifestModel> 35ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EManifestModel).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null), 39jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EManifestModel>(options, objectInfo); 56DeclaringType = typeof(global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EManifestModel), 58Getter = static obj => ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EManifestModel)obj).Apps, 59Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EManifestModel)obj).Apps = value!, 66AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EManifestModel).GetProperty("Apps", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel>), global::System.Array.Empty<global::System.Type>(), null), 76private void E2EManifestModelSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EManifestModel? value) 87DictionaryStringE2EAppEntryModelSerializeHandler(writer, ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EManifestModel)value).Apps);
E2EManifestJsonContext.GetJsonTypeInfo.g.cs (1)
26if (type == typeof(global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EManifestModel))
GenerateE2EManifest.cs (1)
64var manifest = new E2EManifestModel();