2 references to GetMatches
Microsoft.DotNet.Build.Tasks.Packaging (1)
NuGetPack.cs (1)
288path => PathResolver.GetMatches(builder.Files, file => file.Path, new[] { path }).Any());
NuGet.Common (1)
PathUtil\PathResolver.cs (1)
51var matchedFiles = new HashSet<T>(GetMatches(source, getPath, wildcards));