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