1 write to _jsonFormatter
Microsoft.AspNetCore.Grpc.Microbenchmarks (1)
Json\JsonReading.cs (1)
29
_jsonFormatter
= new JsonParser(new JsonParser.Settings(recursionLimit: 100));
1 reference to _jsonFormatter
Microsoft.AspNetCore.Grpc.Microbenchmarks (1)
Json\JsonReading.cs (1)
41
_jsonFormatter
.Parse(_requestJson, HelloRequest.Descriptor);