1 write to Endpoints
Microsoft.AspNetCore.Routing.Tests (1)
Matching\DataSourceDependentMatcherTest.cs (1)
249
return new TestMatcher() {
Endpoints
= Endpoints, };
6 references to Endpoints
Microsoft.AspNetCore.Routing.Tests (6)
Matching\DataSourceDependentMatcherTest.cs (6)
24
Assert.Empty(inner.
Endpoints
);
50
inner.
Endpoints
,
76
Assert.Empty(inner.
Endpoints
);
93
Assert.Empty(inner.
Endpoints
);
115
Assert.Empty(inner.
Endpoints
);
137
Assert.Same(endpoint, Assert.Single(inner.
Endpoints
));