6 references to FilterPackageFiles
Microsoft.DotNet.Build.Tasks.Packaging (2)
NuGetPack.cs (2)
280PathResolver.FilterPackageFiles( 304PathResolver.FilterPackageFiles(
NuGet.Commands (3)
CommandRunners\PackCommandRunner.cs (3)
684PathResolver.FilterPackageFiles(packageFiles, ResolvePath, wildCards); 803PathResolver.FilterPackageFiles(files, file => file.Path, LibPackageExcludes); 808PathResolver.FilterPackageFiles(files, file => file.Path, SymbolPackageExcludes);
NuGet.Packaging (1)
PackageCreation\Authoring\PackageBuilder.cs (1)
1132PathResolver.FilterPackageFiles(searchFiles, p => p.SourcePath!, new[] { wildCard });