6 references to DependenciesProperty
NuGet.ProjectModel (6)
ProjectLockFile\PackagesLockFileFormat.cs (6)
119
targets = JsonUtility.ReadObject(cursor[
DependenciesProperty
] as JObject, ReadDependencyV2);
194
json[
DependenciesProperty
] = JsonUtility.WriteObject(lockFile.Targets, WriteTarget);
239
Dependencies = JsonUtility.ReadObject(jObject[
DependenciesProperty
] as JObject, ReadTargetDependency)
250
Dependencies = JsonUtility.ReadObject(json[
DependenciesProperty
] as JObject, JsonUtility.ReadPackageDependency)
289
[
DependenciesProperty
] = JsonUtility.WriteObject(target.Dependencies, WriteTargetDependency)
331
json[
DependenciesProperty
] = JsonUtility.WriteObject(ordered, dependency.Type == PackageDependencyType.Project ?