1 write to Path
NuGet.Commands (1)
RestoreCommand\MSBuildOutputFile.cs (1)
31
Path
= path;
8 references to Path
NuGet.Commands (7)
RestoreCommand\RestoreResult.cs (2)
145
return MSBuildOutputFiles.Where(e => BuildAssetsUtils.HasChanges(e.Content, e.
Path
, NullLogger.Instance)).ToList();
340
dirtyFiles = _dirtyMSBuildFiles.Value.Select(e => e.
Path
).ToList();
RestoreCommand\Utility\BuildAssetsUtils.cs (5)
69
FileUtility.Delete(file.
Path
);
73
log.LogInformation(string.Format(CultureInfo.CurrentCulture, Strings.Log_GeneratingMsBuildFile, file.
Path
));
76
Directory.CreateDirectory(Path.GetDirectoryName(file.
Path
));
79
WriteXML(file.
Path
, file.Content);
157
.OrderByDescending(file => file.
Path
.EndsWith(PropsExtension, StringComparison.Ordinal) ? 1 : 0)
NuGet.PackageManagement (1)
NuGetPackageManager.cs (1)
3514
filesToBeUpdated.Add(msbuildOutputFile.
Path
);