1 write to Content
NuGet.Commands (1)
RestoreCommand\MSBuildOutputFile.cs (1)
32
Content
= content;
5 references to Content
NuGet.Commands (5)
RestoreCommand\RestoreResult.cs (1)
145
return MSBuildOutputFiles.Where(e => BuildAssetsUtils.HasChanges(e.
Content
, e.Path, NullLogger.Instance)).ToList();
RestoreCommand\Utility\BuildAssetsUtils.cs (4)
66
if (file.
Content
== null)
79
WriteXML(file.Path, file.
Content
);
156
var firstImport = files.Where(file => file.
Content
!= null)
167
AddNuGetProperties(firstImport.
Content
, packageFolders, repositoryRoot, projectStyle, resolvableAssetsFilePath, success);