1 write to _rid
NuGet.Packaging (1)
ContentModel\ContentItem.cs (1)
113_rid = value;
7 references to _rid
NuGet.Packaging (7)
ContentModel\ContentItem.cs (3)
59value = _rid; 174if (_rid != null) 176properties.Add(RuntimeIdentifier, _rid);
ContentModel\ContentItemCollection.cs (4)
411if (obj._rid != null) 413hashCode ^= obj._rid.GetHashCode(); 502if (!EqualityUtility.EqualsWithNullCheck(x._rid, y._rid))