4 references to TestMatchingGroup
Microsoft.Extensions.FileSystemGlobbing (4)
Internal\PatternContexts\PatternContextRagged.cs (2)
26if (!Frame.IsNotApplicable && IsEndingGroup() && TestMatchingGroup(file)) 66else if (!IsStartingGroup() && !IsEndingGroup() && TestMatchingGroup(directory))
Internal\PatternContexts\PatternContextRaggedExclude.cs (2)
28if (IsEndingGroup() && TestMatchingGroup(directory)) 36TestMatchingGroup(directory))