2 references to BuildSuffix
Microsoft.AspNetCore.Grpc.JsonTranscoding (2)
Internal\JsonTranscodingRouteAdapter.cs (2)
114
var suffix =
BuildSuffix
(tempSegments.Skip(i + 1), pattern.Verb);
115
catchAllSuffix =
BuildSuffix
(tempSegments.Skip(i + remainingSegmentCount - 1), pattern.Verb);