1 write to NuGetLockFilePath
NuGet.ProjectModel (1)
RestoreLockProperties.cs (1)
37
NuGetLockFilePath
= nuGetLockFilePath;
7 references to NuGetLockFilePath
NuGet.ProjectModel (7)
PackageSpecWriter.cs (2)
182
!string.IsNullOrEmpty(msbuildMetadata.RestoreLockProperties.
NuGetLockFilePath
) ||
188
SetValue(writer, "nuGetLockFilePath", msbuildMetadata.RestoreLockProperties.
NuGetLockFilePath
);
ProjectLockFile\PackagesLockFileUtilities.cs (1)
39
var path = project.RestoreMetadata.RestoreLockProperties.
NuGetLockFilePath
;
RestoreLockProperties.cs (4)
46
hashCode.AddObject(
NuGetLockFilePath
);
70
PathUtility.GetStringComparerBasedOnOS().Equals(
NuGetLockFilePath
, other.
NuGetLockFilePath
) &&
76
return new RestoreLockProperties(RestorePackagesWithLockFile,
NuGetLockFilePath
, RestoreLockedMode);