1 write to PathDescriptorsCache
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
Internal\CallHandlers\CallHandlerDescriptorInfo.cs (1)
27
PathDescriptorsCache
= new ConcurrentDictionary<string, List<FieldDescriptor>>();
1 reference to PathDescriptorsCache
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
Internal\JsonRequestHelpers.cs (1)
365
var cache = serverCallContext.DescriptorInfo.
PathDescriptorsCache
;