8 references to ReadStringArrayAsIList
NuGet.ProjectModel (8)
JsonPackageSpecReader.Utf8JsonStreamReader.cs (4)
804configFilePaths = jsonReader.ReadStringArrayAsIList() as List<string>; 814fallbackFolders = jsonReader.ReadStringArrayAsIList() as List<string>; 841originalTargetFrameworks = jsonReader.ReadStringArrayAsIList() as List<string>; 1225inheritedRuntimes = jsonReader.ReadStringArrayAsIList() as List<string>;
LockFile\Utf8JsonStreamIAssetsLogMessageConverter.cs (1)
126targetGraphs = (List<string>)reader.ReadStringArrayAsIList();
LockFile\Utf8JsonStreamLockFileTargetLibraryConverter.cs (2)
111lockFileTargetLibrary.FrameworkAssemblies = reader.ReadStringArrayAsIList() ?? Array.Empty<string>(); 166lockFileTargetLibrary.FrameworkReferences = reader.ReadStringArrayAsIList();
Utf8JsonStreamProjectFileDependencyGroupConverter.cs (1)
29var dependencies = reader.ReadStringArrayAsIList() ?? Array.Empty<string>();