2 writes to IsLiteral
Microsoft.AspNetCore.Routing (2)
Template\TemplatePart.cs (2)
30IsLiteral = other.IsLiteral || other.IsSeparator; 67IsLiteral = true,
9 references to IsLiteral
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
DefaultApiDescriptionProvider.cs (1)
399if (part.IsLiteral)
Microsoft.AspNetCore.Routing (5)
Template\RoutePrecedence.cs (2)
157if (part.IsLiteral) 225if (part.IsLiteral)
Template\TemplatePart.cs (2)
157if (IsLiteral && IsOptionalSeperator) 161else if (IsLiteral)
Tree\UrlMatchingTree.cs (1)
101if (part.IsLiteral)
Microsoft.AspNetCore.Routing.Tests (2)
Template\TemplateParserTests.cs (2)
868if (x.IsLiteral != y.IsLiteral ||
Swaggatherer (1)
SwaggathererApplication.cs (1)
248url.Append(part.IsLiteral ? part.Text : GenerateParameterValue(part));