1 write to EndsWith
Microsoft.Extensions.FileSystemGlobbing (1)
Internal\PathSegments\WildcardPathSegment.cs (1)
31EndsWith = endsWith;
3 references to EndsWith
Microsoft.Extensions.FileSystemGlobbing (3)
Internal\PathSegments\WildcardPathSegment.cs (3)
46if (value.Length < wildcard.BeginsWith.Length + wildcard.EndsWith.Length) 56if (!value.EndsWith(wildcard.EndsWith, _comparisonType)) 62int endRemaining = value.Length - wildcard.EndsWith.Length;