5 references to ReadProperty
NuGet.ProjectModel (5)
ProjectLockFile\PackagesLockFileFormat.cs (5)
228var frameworkString = JsonUtility.ReadProperty<string>(jObject, FrameworkProperty); 257var typeString = JsonUtility.ReadProperty<string>(jObject, TypeProperty); 265var resolvedString = JsonUtility.ReadProperty<string>(jObject, ResolvedProperty); 272var requestedString = JsonUtility.ReadProperty<string>(jObject, RequestedProperty); 279dependency.ContentHash = JsonUtility.ReadProperty<string>(jObject, ContentHashProperty);