1 reference to s_invalidGlobChars
Microsoft.Build (1)
Definition\Project.cs (1)
2621
ImmutableArray<ItemSpecFragment> includeGlobFragments = includeItemspec.Fragments.Where(f => f is GlobFragment && f.TextFragment.IndexOfAny(
s_invalidGlobChars
) == -1).ToImmutableArray();