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