2 instantiations of E2EManifestModel
Microsoft.AspNetCore.Components.Testing.Tasks (2)
E2EManifestJsonContext.E2EManifestModel.g.cs (1)
31
ObjectCreator = () => new global::Microsoft.AspNetCore.Components.Testing.Tasks.
E2EManifestModel
(),
GenerateE2EManifest.cs (1)
64
var 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)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Testing.Tasks.
E2EManifestModel
>? _E2EManifestModel;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Testing.Tasks.
E2EManifestModel
> E2EManifestModel
22
get => _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
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Testing.Tasks.
E2EManifestModel
> Create_E2EManifestModel(global::System.Text.Json.JsonSerializerOptions options)
27
if (!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))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Components.Testing.Tasks.
E2EManifestModel
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.Testing.Tasks.
E2EManifestModel
).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.
E2EManifestModel
>(options, objectInfo);
56
DeclaringType = typeof(global::Microsoft.AspNetCore.Components.Testing.Tasks.
E2EManifestModel
),
58
Getter = static obj => ((global::Microsoft.AspNetCore.Components.Testing.Tasks.
E2EManifestModel
)obj).Apps,
59
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.Testing.Tasks.
E2EManifestModel
)obj).Apps = value!,
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),
76
private void E2EManifestModelSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Components.Testing.Tasks.
E2EManifestModel
? value)
87
DictionaryStringE2EAppEntryModelSerializeHandler(writer, ((global::Microsoft.AspNetCore.Components.Testing.Tasks.
E2EManifestModel
)value).Apps);
E2EManifestJsonContext.GetJsonTypeInfo.g.cs (1)
26
if (type == typeof(global::Microsoft.AspNetCore.Components.Testing.Tasks.
E2EManifestModel
))
GenerateE2EManifest.cs (1)
64
var
manifest = new E2EManifestModel();