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