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