3 references to RouteParameter
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
src\Grpc\JsonTranscoding\src\Shared\ServiceDescriptorHelpers.cs (1)
402routeParameterDescriptors.Add(completeFieldPath, new RouteParameter(fieldDescriptors, variable, completeJsonPath));
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
ServerStreamingServerCallHandlerTests.cs (1)
83return new RouteParameter(descriptorPath, new HttpRouteVariable(), string.Empty);
UnaryServerCallHandlerTests.cs (1)
41return new RouteParameter(descriptorPath, new HttpRouteVariable(), string.Empty);