2 writes to IsLiteral
Microsoft.AspNetCore.Routing (2)
Template\TemplatePart.cs (2)
30
IsLiteral
= other.IsLiteral || other.IsSeparator;
67
IsLiteral
= true,
6 references to IsLiteral
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
DefaultApiDescriptionProvider.cs (1)
415
if (part.
IsLiteral
)
Microsoft.AspNetCore.Routing (5)
Template\RoutePrecedence.cs (2)
157
if (part.
IsLiteral
)
225
if (part.
IsLiteral
)
Template\TemplatePart.cs (2)
157
if (
IsLiteral
&& IsOptionalSeperator)
161
else if (
IsLiteral
)
Tree\UrlMatchingTree.cs (1)
101
if (part.
IsLiteral
)