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)
35JsonSerializer.Deserialize(_requestJson, typeof(HelloRequest), _serializerOptions); 41_jsonFormatter.Parse(_requestJson, HelloRequest.Descriptor);