1 write to _tfm
NuGet.Packaging (1)
ContentModel\ContentItem.cs (1)
110
_tfm
= value;
7 references to _tfm
NuGet.Packaging (7)
ContentModel\ContentItem.cs (3)
56
value =
_tfm
;
170
if (
_tfm
!= null)
172
properties.Add(TargetFrameworkMoniker,
_tfm
);
ContentModel\ContentItemCollection.cs (4)
407
if (obj.
_tfm
!= null)
409
hashCode ^= obj.
_tfm
.GetHashCode();
498
if (!EqualityUtility.EqualsWithNullCheck(x.
_tfm
, y.
_tfm
))