8 references to ReadStringArrayAsIList
NuGet.ProjectModel (8)
JsonPackageSpecReader.Utf8JsonStreamReader.cs (4)
806configFilePaths = jsonReader.ReadStringArrayAsIList() as List<string>; 816fallbackFolders = jsonReader.ReadStringArrayAsIList() as List<string>; 843originalTargetFrameworks = jsonReader.ReadStringArrayAsIList() as List<string>; 1232inheritedRuntimes = jsonReader.ReadStringArrayAsIList() as List<string>;
LockFile\Utf8JsonStreamIAssetsLogMessageConverter.cs (1)
126targetGraphs = (List<string>)reader.ReadStringArrayAsIList();
LockFile\Utf8JsonStreamLockFileTargetLibraryConverter.cs (2)
115lockFileTargetLibrary.FrameworkAssemblies = reader.ReadStringArrayAsIList() ?? Array.Empty<string>(); 175lockFileTargetLibrary.FrameworkReferences = reader.ReadStringArrayAsIList();
Utf8JsonStreamProjectFileDependencyGroupConverter.cs (1)
29var dependencies = reader.ReadStringArrayAsIList() ?? Array.Empty<string>();