1 instantiation of ParentPathSegment
Microsoft.Extensions.FileSystemGlobbing (1)
Internal\Patterns\PatternBuilder.cs (1)
84
segment = new
ParentPathSegment
();
2 references to ParentPathSegment
Microsoft.Extensions.FileSystemGlobbing (2)
Internal\MatcherContext.cs (1)
151
else if (patternSegment is
ParentPathSegment
)
Internal\Patterns\PatternBuilder.cs (1)
160
if (segment is not
ParentPathSegment
)