2 references to jsonContext
Microsoft.DotNet.HotReload.WebAssembly.Browser (2)
WebAssemblyHotReload.cs (2)
164
var deltas = JsonSerializer.Deserialize(deltasJson,
jsonContext
.DeltaArray);
171
return result == null ? null : JsonSerializer.Serialize(result,
jsonContext
.LogEntryArray);