1 write to Properties
NuGet.Packaging (1)
ContentModel\SelectionCriteria.cs (1)
22Properties = new Dictionary<string, object>();
8 references to Properties
Microsoft.DotNet.Build.Tasks.Packaging (3)
NuGetAssetResolver.cs (3)
87if (criterium.Properties.ContainsKey(ManagedCodeConventions.PropertyNames.TargetFrameworkMoniker) && 88!criterium.Properties.ContainsKey(ManagedCodeConventions.PropertyNames.RuntimeIdentifier)) 90criterium.Properties.Add(ManagedCodeConventions.PropertyNames.RuntimeIdentifier, null);
NuGet.Packaging (5)
ContentModel\ContentItemCollection.cs (2)
165foreach (var criteriaProperty in criteriaEntry.Properties.NoAllocEnumerate()) 205foreach (var criteriaProperty in criteriaEntry.Properties.NoAllocEnumerate())
ContentModel\SelectionCriteriaBuilder.cs (3)
54Entry.Properties[key] = null!; 61Entry.Properties[key] = valueLookup!; 81Entry.Properties[key] = value;