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