2 writes to Path
NuGet.ProjectModel (2)
LockFile\LockFileFormat.cs (2)
161lockFile.Path = path; 174Path = path
4 references to Path
Microsoft.NET.Build.Tasks (2)
LockFileExtensions.cs (2)
42message = string.Format(Strings.AssetsFileMissingTarget, lockFile.Path, targetMoniker, frameworkString); 46message = string.Format(Strings.AssetsFileMissingRuntimeIdentifier, lockFile.Path, targetMoniker, frameworkString, runtimeIdentifier);
NuGet.CommandLine.XPlat (2)
Commands\Why\WhyCommandRunner.cs (1)
233assetsFile.Path,
Utility\MSBuildAPIUtility.cs (1)
799throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, Strings.ListPkg_ErrorReadingAssetsFile, assetsFile.Path));