4 references to Portion
Microsoft.Extensions.FileSystemGlobbing (4)
Internal\Patterns\PatternBuilder.cs (4)
127segment = new LiteralPathSegment(Portion(pattern, beginLiteral, endLiteral), ComparisonType); 132beginsWith = Portion(pattern, beginLiteral, endLiteral); 138endsWith = Portion(pattern, beginLiteral, endLiteral); 145contains.Add(Portion(pattern, beginLiteral, endLiteral));