1 write to _pathsToInclude
Microsoft.DotNet.Build.Tasks.Packaging (1)
HarvestPackage.cs (1)
522
_pathsToInclude
= PathsToInclude.NullAsEmpty().ToDictionary(i => NormalizePath(i.ItemSpec), i=> i, StringComparer.OrdinalIgnoreCase);
3 references to _pathsToInclude
Microsoft.DotNet.Build.Tasks.Packaging (3)
HarvestPackage.cs (3)
520
if (
_pathsToInclude
== null)
523
_pathsNotIncluded = new HashSet<string>(
_pathsToInclude
.Keys);
526
return ProbePath(packagePath,
_pathsToInclude
, _pathsNotIncluded, out includeItem);