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