1 write to OutputPath
NuGet.Commands (1)
RestoreCommand\ContentFiles\ContentFileUtils.cs (1)
231
lockFileItem.
OutputPath
= destination;
2 references to OutputPath
Microsoft.NET.Build.Tasks (1)
ResolvePackageAssets.cs (1)
1162
WriteMetadata(MetadataKeys.OutputPath, asset.
OutputPath
);
NuGet.Commands (1)
RestoreCommand\Utility\BuildAssetsUtils.cs (1)
258
var outputPath = item.
OutputPath
?? item.PPOutputPath;