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