1 write to IsCatchAll
Microsoft.Extensions.Telemetry (1)
Http\Segment.cs (1)
38IsCatchAll = isCatchAll;
2 references to IsCatchAll
Microsoft.Extensions.Telemetry (1)
Http\HttpRouteParser.cs (1)
74if (segment.IsCatchAll || length == -1)
Microsoft.Extensions.Telemetry.Tests (1)
Http\HttpParserTests.cs (1)
679Assert.Equal(isCatchAll, segment.IsCatchAll);