1 instantiation of WebAssemblyJsonSerializerContext
Microsoft.AspNetCore.Components.WebAssembly (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\WebAssemblyJsonSerializerContext.g.cs (1)
29
public static global::Microsoft.AspNetCore.Components.WebAssembly.Infrastructure.WebAssemblyJsonSerializerContext Default { get; } = new global::Microsoft.AspNetCore.Components.WebAssembly.Infrastructure.
WebAssemblyJsonSerializerContext
(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
4 references to WebAssemblyJsonSerializerContext
Microsoft.AspNetCore.Components.WebAssembly (4)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\WebAssemblyJsonSerializerContext.g.cs (1)
29
public static global::Microsoft.AspNetCore.Components.WebAssembly.Infrastructure.
WebAssemblyJsonSerializerContext
Default { get; } = new global::Microsoft.AspNetCore.Components.WebAssembly.Infrastructure.WebAssemblyJsonSerializerContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
Prerendering\WebAssemblyComponentParameterDeserializer.cs (2)
126
return JsonSerializer.Deserialize(parametersDefinitions,
WebAssemblyJsonSerializerContext
.Default.ComponentParameterArray)!;
132
return JsonSerializer.Deserialize(parameterValues,
WebAssemblyJsonSerializerContext
.Default.IListObject)!;
Services\DefaultWebAssemblyJSRuntime.cs (1)
119
WebAssemblyJsonSerializerContext
.Default.RootComponentOperationBatch)!;