2 references to Read
NuGet.ProjectModel (2)
LockFile\LockFileFormat.cs (1)
103
return
Read
(stream, log, path, flags: LockFileReadFlags.All);
LockFile\LockFileUtilities.cs (1)
25
lockFile = FileUtility.SafeRead(filePath: lockFilePath, read: (stream, path) => LockFileFormat.
Read
(stream, logger, path, flags));