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