1 write to BeginsWith
Microsoft.Extensions.FileSystemGlobbing (1)
Internal\PathSegments\WildcardPathSegment.cs (1)
29BeginsWith = beginsWith;
3 references to BeginsWith
Microsoft.Extensions.FileSystemGlobbing (3)
Internal\PathSegments\WildcardPathSegment.cs (3)
46if (value.Length < wildcard.BeginsWith.Length + wildcard.EndsWith.Length) 51if (!value.StartsWith(wildcard.BeginsWith, _comparisonType)) 61int beginRemaining = wildcard.BeginsWith.Length;