5 references to EachProperty
NuGet.Packaging (5)
RuntimeModel\JsonRuntimeFormat.cs (5)
64EachProperty(json["runtimes"]).Select(ReadRuntimeDescription), 65EachProperty(json["supports"]).Select(ReadCompatibilityProfile)); 171foreach (var property in EachProperty(json.Value)) 202foreach (var property in EachProperty(json.Value)) 227EachProperty(json.Value).Select(ReadRuntimePackageDependency));