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)
30if (_properties == null) 38return _properties; 59bool thisEmpty = _properties == null || _properties.Count == 0; 60bool otherEmpty = other._properties == null || other._properties.Count == 0; 68return _properties.OrderedEquals(other._properties, pair => pair.Key, StringComparer.Ordinal);