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