1 reference to _jsonWriterOptions
SignalRSamples (1)
Startup.cs (1)
55
await using (var writer = new Utf8JsonWriter(context.Response.BodyWriter,
_jsonWriterOptions
))