4 references to IsLastSegment
Microsoft.Extensions.FileSystemGlobbing (4)
Internal\PatternContexts\PatternContextLinear.cs (1)
27
if (!Frame.IsNotApplicable &&
IsLastSegment
() && TestMatchingSegment(file.Name))
Internal\PatternContexts\PatternContextLinearExclude.cs (1)
28
return
IsLastSegment
() && TestMatchingSegment(directory.Name);
Internal\PatternContexts\PatternContextLinearInclude.cs (2)
30
onDeclare(Pattern.Segments[Frame.SegmentIndex],
IsLastSegment
());
46
return !
IsLastSegment
() && TestMatchingSegment(directory.Name);