3 writes to _hasEmptySegment
Microsoft.AspNetCore.Routing (3)
UriBuildingContext.cs (3)
71
_hasEmptySegment
= true;
153
_hasEmptySegment
= true;
217
_hasEmptySegment
= false;
2 references to _hasEmptySegment
Microsoft.AspNetCore.Routing (2)
UriBuildingContext.cs (2)
75
else if (
_hasEmptySegment
)
157
else if (
_hasEmptySegment
)