18 references to RouteInfo
Microsoft.AspNetCore.Mvc.FunctionalTests (18)
RoutingAcrossPipelineBranchesTest.cs (18)
38var subdirContent = await subdirResponse.Content.ReadFromJsonAsync<RouteInfo>(); 41var commonContent = await commonResponse.Content.ReadFromJsonAsync<RouteInfo>(); 44var defaultContent = await defaultResponse.Content.ReadFromJsonAsync<RouteInfo>(); 73var subdirContent = await subdirResponse.Content.ReadFromJsonAsync<RouteInfo>(); 76var commonContent = await commonResponse.Content.ReadFromJsonAsync<RouteInfo>(); 79var defaultContent = await defaultResponse.Content.ReadFromJsonAsync<RouteInfo>(); 106var subdirContent = await subdirResponse.Content.ReadFromJsonAsync<RouteInfo>(); 109var defaultContent = await defaultResponse.Content.ReadFromJsonAsync<RouteInfo>(); 157var content = await response.Content.ReadFromJsonAsync<RouteInfo>();