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)
228if (_expectedKey != null) 230Assert.Equal(_expectedKey, routeKey);