4 references to ProjectJsonPathUtilities
NuGet.Commands (3)
CommandRunners\PackCommandRunner.cs (2)
941
!Path.GetFileName(ext).Equals(
ProjectJsonPathUtilities
.ProjectConfigFileName, StringComparison.OrdinalIgnoreCase) &&
942
!ext.EndsWith(
ProjectJsonPathUtilities
.ProjectConfigFileEnding, StringComparison.OrdinalIgnoreCase)));
RestoreCommand\RequestFactory\RestoreArgs.cs (1)
195
request.LockFilePath =
ProjectJsonPathUtilities
.GetLockFilePath(request.Project.FilePath);
NuGet.PackageManagement (1)
Projects\ProjectJsonNuGetProject.cs (1)
106
return Task.FromResult(
ProjectJsonPathUtilities
.GetLockFilePath(JsonConfigPath));