1 write to _hasDefaultValue
Microsoft.AspNetCore.Routing (1)
Patterns\RoutePatternMatcher.cs (1)
33
_hasDefaultValue
= new bool[RoutePattern.PathSegments.Count];
5 references to _hasDefaultValue
Microsoft.AspNetCore.Routing (5)
Patterns\RoutePatternMatcher.cs (5)
53
_hasDefaultValue
[i] = true;
138
if (!
_hasDefaultValue
[i] && !parameter.IsOptional)
175
if (part is RoutePatternParameterPart parameter && (parameter.IsCatchAll ||
_hasDefaultValue
[i]))
231
!
_hasDefaultValue
[index] &&
277
if (
_hasDefaultValue
[index])