18 references to RouteInfo
Microsoft.AspNetCore.Mvc.FunctionalTests (18)
RoutingAcrossPipelineBranchesTest.cs (18)
48var subdirContent = await subdirResponse.Content.ReadFromJsonAsync<RouteInfo>(); 51var commonContent = await commonResponse.Content.ReadFromJsonAsync<RouteInfo>(); 54var defaultContent = await defaultResponse.Content.ReadFromJsonAsync<RouteInfo>(); 83var subdirContent = await subdirResponse.Content.ReadFromJsonAsync<RouteInfo>(); 86var commonContent = await commonResponse.Content.ReadFromJsonAsync<RouteInfo>(); 89var defaultContent = await defaultResponse.Content.ReadFromJsonAsync<RouteInfo>(); 116var subdirContent = await subdirResponse.Content.ReadFromJsonAsync<RouteInfo>(); 119var defaultContent = await defaultResponse.Content.ReadFromJsonAsync<RouteInfo>(); 167var content = await response.Content.ReadFromJsonAsync<RouteInfo>();