1 implementation of StartsWith
Microsoft.Extensions.FileSystemGlobbing (1)
Internal\Patterns\PatternBuilder.cs (1)
253
public IList<IPathSegment>
StartsWith
{ get; }
1 reference to StartsWith
Microsoft.Extensions.FileSystemGlobbing (1)
Internal\PatternContexts\PatternContextRagged.cs (1)
42
frame.SegmentGroup = Pattern.
StartsWith
;