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)
508if (_pathsToExclude == null) 513return ShouldSuppress(packagePath) || ProbePath(packagePath, _pathsToExclude);