1 write to _expectedKey
Microsoft.AspNetCore.Routing.Tests (1)
ConstraintMatcherTest.cs (1)
218
_expectedKey
= expectedKey;
2 references to _expectedKey
Microsoft.AspNetCore.Routing.Tests (2)
ConstraintMatcherTest.cs (2)
228
if (
_expectedKey
!= null)
230
Assert.Equal(
_expectedKey
, routeKey);