1 write to _properties
NuGet.ProjectModel (1)
LockFile\LockFileItem.cs (1)
34
_properties
??= new Dictionary<string, string>();
8 references to _properties
NuGet.ProjectModel (8)
LockFile\LockFileItem.cs (8)
30
if (
_properties
== null)
38
return
_properties
;
59
bool thisEmpty =
_properties
== null ||
_properties
.Count == 0;
60
bool otherEmpty = other.
_properties
== null || other.
_properties
.Count == 0;
68
return
_properties
.OrderedEquals(other.
_properties
, pair => pair.Key, StringComparer.Ordinal);