1 write to Matcher
Microsoft.AspNetCore.Routing (1)
DefaultLinkParser.cs (1)
159Matcher = matcher;
5 references to Matcher
Microsoft.AspNetCore.Routing (1)
DefaultLinkParser.cs (1)
165matcher = Matcher;
Microsoft.AspNetCore.Routing.Tests (4)
DefaultLinkParserTest.cs (4)
133Assert.Same(expected.Matcher, actual.Matcher); 154Assert.NotSame(original.Matcher, actual.Matcher);