1 instantiation of E2EManifestJsonContext
Microsoft.AspNetCore.Components.Testing (1)
E2EManifestJsonContext.g.cs (1)
24
public static global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EManifestJsonContext Default { get; } = new global::Microsoft.AspNetCore.Components.Testing.Infrastructure.
E2EManifestJsonContext
(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
2 references to E2EManifestJsonContext
Microsoft.AspNetCore.Components.Testing (2)
E2EManifestJsonContext.g.cs (1)
24
public static global::Microsoft.AspNetCore.Components.Testing.Infrastructure.
E2EManifestJsonContext
Default { get; } = new global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EManifestJsonContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
Infrastructure\E2EManifest.cs (1)
34
return JsonSerializer.Deserialize(json,
E2EManifestJsonContext
.Default.E2EManifest)