2 writes to Path
Microsoft.AspNetCore.Routing.Tests (2)
Template\TemplateBinderTests.cs (2)
1446
Path
= uri;
1450
Path
= uri.Substring(0, queryIndex);
2 references to Path
Microsoft.AspNetCore.Routing.Tests (2)
Template\TemplateBinderTests.cs (2)
1171
Assert.Equal(expectedParts.
Path
, actualParts.
Path
);