1 write to _any
NuGet.Packaging (1)
ContentModel\ContentItem.cs (1)
116_any = value;
7 references to _any
NuGet.Packaging (7)
ContentModel\ContentItem.cs (3)
62value = _any; 178if (_any != null) 180properties.Add(AnyValue, _any);
ContentModel\ContentItemCollection.cs (4)
415if (obj._any != null) 417hashCode ^= obj._any.GetHashCode(); 506if (!EqualityUtility.EqualsWithNullCheck(x._any, y._any))