3 references to All
NuGet.ProjectModel (3)
LockFile\LockFileFormat.cs (1)
103return Read(stream, log, path, flags: LockFileReadFlags.All);
LockFile\LockFileUtilities.cs (1)
15return GetLockFile(lockFilePath, logger, LockFileReadFlags.All);
LockFile\Utf8JsonStreamLockFileConverter.cs (1)
44return Read(ref reader, LockFileReadFlags.All);