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