2 writes to IsLiteral
Microsoft.AspNetCore.Routing (2)
Template\TemplatePart.cs (2)
30
IsLiteral
= other.IsLiteral || other.IsSeparator;
67
IsLiteral
= true,
9 references to IsLiteral
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
DefaultApiDescriptionProvider.cs (1)
399
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
)
Microsoft.AspNetCore.Routing.Tests (2)
Template\TemplateParserTests.cs (2)
868
if (x.
IsLiteral
!= y.
IsLiteral
||
Swaggatherer (1)
SwaggathererApplication.cs (1)
248
url.Append(part.
IsLiteral
? part.Text : GenerateParameterValue(part));