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