2 writes to Path
NuGet.ProjectModel (2)
LockFile\LockFileFormat.cs (2)
160
lockFile.
Path
= path;
173
Path
= path
7 references to Path
dotnet (3)
CommandFactory\CommandResolution\ProjectToolsCommandResolver.cs (3)
155
toolLockFile.
Path
));
170
var depsFileRoot = Path.GetDirectoryName(toolLockFile.
Path
)!;
336
$"-property:ProjectAssetsFile=\"{toolLockFile.
Path
}\"",
Microsoft.NET.Build.Tasks (2)
LockFileExtensions.cs (2)
42
message = string.Format(Strings.AssetsFileMissingTarget, lockFile.
Path
, targetMoniker, frameworkString);
46
message = string.Format(Strings.AssetsFileMissingRuntimeIdentifier, lockFile.
Path
, targetMoniker, frameworkString, runtimeIdentifier);
NuGet.CommandLine.XPlat (2)
Commands\Why\WhyCommandRunner.cs (1)
233
assetsFile.
Path
,
Utility\MSBuildAPIUtility.cs (1)
797
throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, Strings.ListPkg_ErrorReadingAssetsFile, assetsFile.
Path
));