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