1 write to _root
NuGet.Packaging (1)
PackageFolderReader.cs (1)
63_root = folder;
7 references to _root
NuGet.Packaging (7)
PackageFolderReader.cs (7)
69var nuspecFiles = _root.GetFiles("*.*", SearchOption.TopDirectoryOnly).Where(f => f.Name.EndsWith(".nuspec", StringComparison.OrdinalIgnoreCase)).ToArray(); 75message.AppendFormat(CultureInfo.CurrentCulture, Strings.Message_Path, _root.FullName); 96var file = new FileInfo(Path.Combine(_root.FullName, path)); 98if (!file.FullName.StartsWith(_root.FullName, StringComparison.OrdinalIgnoreCase)) 118var searchFolder = new DirectoryInfo(_root.FullName); 123searchFolder = new DirectoryInfo(Path.Combine(_root.FullName, folder)); 135var path = GetRelativePath(_root, file);