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