2 instantiations of WildcardPathSegment
Microsoft.Extensions.FileSystemGlobbing (2)
Internal\PathSegments\WildcardPathSegment.cs (1)
13public static readonly WildcardPathSegment MatchAll = new WildcardPathSegment(
Internal\Patterns\PatternBuilder.cs (1)
157segment ??= new WildcardPathSegment(beginsWith, contains, endsWith, ComparisonType);
4 references to WildcardPathSegment
Microsoft.Extensions.FileSystemGlobbing (4)
Internal\MatcherContext.cs (1)
155else if (patternSegment is WildcardPathSegment)
Internal\PathSegments\WildcardPathSegment.cs (2)
13public static readonly WildcardPathSegment MatchAll = new WildcardPathSegment( 44WildcardPathSegment wildcard = this;
Internal\PatternContexts\PatternContextRaggedInclude.cs (1)
35onDeclare(WildcardPathSegment.MatchAll, false);