1 instantiation of LiteralPathSegment
Microsoft.Extensions.FileSystemGlobbing (1)
Internal\Patterns\PatternBuilder.cs (1)
127segment = new LiteralPathSegment(Portion(pattern, beginLiteral, endLiteral), ComparisonType);
4 references to LiteralPathSegment
Microsoft.Extensions.FileSystemGlobbing (4)
Internal\MatcherContext.cs (3)
25private readonly HashSet<LiteralPathSegment> _declaredLiteralFileSegments = new HashSet<LiteralPathSegment>(); 140if (patternSegment is LiteralPathSegment literalSegment)
Internal\PathSegments\LiteralPathSegment.cs (1)
33return obj is LiteralPathSegment other &&