1 reference to s_invalidGlobChars
Microsoft.Build (1)
Definition\Project.cs (1)
2627ItemSpecFragment[] includeGlobFragments = includeItemspec.Fragments.Where(f => f is GlobFragment && f.TextFragment.AsSpan().IndexOfAny(s_invalidGlobChars) < 0).ToArray();