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