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