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