1 write to _pathsToExclude
Microsoft.DotNet.Build.Tasks.Packaging (1)
HarvestPackage.cs (1)
510
_pathsToExclude
= new HashSet<string>(PathsToExclude.NullAsEmpty().Select(NormalizePath), StringComparer.OrdinalIgnoreCase);
2 references to _pathsToExclude
Microsoft.DotNet.Build.Tasks.Packaging (2)
HarvestPackage.cs (2)
508
if (
_pathsToExclude
== null)
513
return ShouldSuppress(packagePath) || ProbePath(packagePath,
_pathsToExclude
);