3 instantiations of E2EAppEntryModel
Microsoft.AspNetCore.Components.Testing.Tasks (3)
E2EManifestJsonContext.E2EAppEntryModel.g.cs (1)
31ObjectCreator = () => new global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel(),
GenerateE2EManifest.cs (2)
74var entry = new E2EAppEntryModel 108var publishEntry = new E2EAppEntryModel
57 references to E2EAppEntryModel
Microsoft.AspNetCore.Components.Testing.Tasks (57)
E2EManifestJsonContext.DictionaryStringE2EAppEntryModel.g.cs (13)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel>>? _DictionaryStringE2EAppEntryModel; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel>> DictionaryStringE2EAppEntryModel 22get => _DictionaryStringE2EAppEntryModel ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel>>)Options.GetTypeInfo(typeof(global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel>)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel>> Create_DictionaryStringE2EAppEntryModel(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel>> jsonTypeInfo)) 29var info = new global::System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel>> 31ObjectCreator = () => new global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel>(), 35jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateDictionaryInfo<global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel>, string, global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel>(options, info); 45private void DictionaryStringE2EAppEntryModelSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel>? value) 55foreach (global::System.Collections.Generic.KeyValuePair<string, global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel> entry in value)
E2EManifestJsonContext.E2EAppEntryModel.g.cs (36)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel>? _E2EAppEntryModel; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel> E2EAppEntryModel 22get => _E2EAppEntryModel ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel> Create_E2EAppEntryModel(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel> 35ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel).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.E2EAppEntryModel>(options, objectInfo); 56DeclaringType = typeof(global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel), 58Getter = static obj => ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel)obj).Executable, 59Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel)obj).Executable = value!, 66AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel).GetProperty("Executable", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 76DeclaringType = typeof(global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel), 78Getter = static obj => ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel)obj).Arguments, 79Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel)obj).Arguments = value!, 86AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel).GetProperty("Arguments", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 96DeclaringType = typeof(global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel), 98Getter = static obj => ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel)obj).WorkingDirectory, 99Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel)obj).WorkingDirectory = value!, 106AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel).GetProperty("WorkingDirectory", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 116DeclaringType = typeof(global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel), 118Getter = static obj => ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel)obj).PublicUrl, 119Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel)obj).PublicUrl = value!, 126AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel).GetProperty("PublicUrl", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 136DeclaringType = typeof(global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel), 138Getter = static obj => ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel)obj).EnvironmentVariables, 139Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel)obj).EnvironmentVariables = value!, 146AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel).GetProperty("EnvironmentVariables", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.Dictionary<string, string>), global::System.Array.Empty<global::System.Type>(), null), 156private void E2EAppEntryModelSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel? value) 166writer.WriteString(PropName_executable, ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel)value).Executable); 167writer.WriteString(PropName_arguments, ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel)value).Arguments); 168writer.WriteString(PropName_workingDirectory, ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel)value).WorkingDirectory); 169writer.WriteString(PropName_publicUrl, ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel)value).PublicUrl); 171DictionaryStringStringSerializeHandler(writer, ((global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel)value).EnvironmentVariables);
E2EManifestJsonContext.E2EManifestModel.g.cs (3)
51var info0 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel>> 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), 69properties[0] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel>>(options, info0);
E2EManifestJsonContext.GetJsonTypeInfo.g.cs (2)
22if (type == typeof(global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel)) 30if (type == typeof(global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Testing.Tasks.E2EAppEntryModel>))
E2EManifestModel.cs (1)
12public Dictionary<string, E2EAppEntryModel> Apps { get; set; } = new();
GenerateE2EManifest.cs (2)
74var entry = new E2EAppEntryModel 108var publishEntry = new E2EAppEntryModel