2 writes to Path
NuGet.ProjectModel (2)
LockFile\LockFileFormat.cs (2)
160lockFile.Path = path; 173Path = path
7 references to Path
dotnet (3)
CommandFactory\CommandResolution\ProjectToolsCommandResolver.cs (3)
155toolLockFile.Path)); 170var depsFileRoot = Path.GetDirectoryName(toolLockFile.Path)!; 336$"-property:ProjectAssetsFile=\"{toolLockFile.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)
797throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, Strings.ListPkg_ErrorReadingAssetsFile, assetsFile.Path));