1 write to _requestJson
Microsoft.AspNetCore.Grpc.Microbenchmarks (1)
Json\JsonReading.cs (1)
27
_requestJson
= (new HelloRequest() { Name = "Hello world" }).ToString();
2 references to _requestJson
Microsoft.AspNetCore.Grpc.Microbenchmarks (2)
Json\JsonReading.cs (2)
35
JsonSerializer.Deserialize(
_requestJson
, typeof(HelloRequest), _serializerOptions);
41
_jsonFormatter.Parse(
_requestJson
, HelloRequest.Descriptor);