5 references to ReadProperty
NuGet.ProjectModel (5)
ProjectLockFile\PackagesLockFileFormat.cs (5)
226var frameworkString = JsonUtility.ReadProperty<string>(jObject, FrameworkProperty); 255var typeString = JsonUtility.ReadProperty<string>(jObject, TypeProperty); 263var resolvedString = JsonUtility.ReadProperty<string>(jObject, ResolvedProperty); 270var requestedString = JsonUtility.ReadProperty<string>(jObject, RequestedProperty); 277dependency.ContentHash = JsonUtility.ReadProperty<string>(jObject, ContentHashProperty);