1 write to _comparisonType
Microsoft.Extensions.FileSystemGlobbing (1)
Internal\PathSegments\WildcardPathSegment.cs (1)
24
_comparisonType
= comparisonType switch
3 references to _comparisonType
Microsoft.Extensions.FileSystemGlobbing (3)
Internal\PathSegments\WildcardPathSegment.cs (3)
51
if (!value.StartsWith(wildcard.BeginsWith,
_comparisonType
))
56
if (!value.EndsWith(wildcard.EndsWith,
_comparisonType
))
70
comparisonType:
_comparisonType
);