2 instantiations of PathAndQuery
Microsoft.AspNetCore.Routing.Tests (2)
Template\TemplateBinderTests.cs (2)
1168var expectedParts = new PathAndQuery(expected); 1169var actualParts = new PathAndQuery(boundTemplate);
2 references to PathAndQuery
Microsoft.AspNetCore.Routing.Tests (2)
Template\TemplateBinderTests.cs (2)
1168var expectedParts = new PathAndQuery(expected); 1169var actualParts = new PathAndQuery(boundTemplate);