1 reference to s_invalidGlobChars
Microsoft.Build (1)
Definition\Project.cs (1)
2630
if (fragment is GlobFragment && fragment.TextFragment.AsSpan().IndexOfAny(
s_invalidGlobChars
) < 0)