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