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