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