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