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)
520if (_pathsToInclude == null) 523_pathsNotIncluded = new HashSet<string>(_pathsToInclude.Keys); 526return ProbePath(packagePath, _pathsToInclude, _pathsNotIncluded, out includeItem);