1 reference to s_invalidGlobChars
Microsoft.Build (1)
Evaluation\GlobResultBuilder.cs (1)
116
if (fragment is GlobFragment && fragment.TextFragment.AsSpan().IndexOfAny(
s_invalidGlobChars
) < 0)