1 write to PropertyDefinitions
NuGet.Packaging (1)
ContentModel\ContentQueryDefinition.cs (1)
27
PropertyDefinitions
= properties;
5 references to PropertyDefinitions
NuGet.Packaging (5)
ContentModel\ContentItemCollection.cs (4)
101
var item = groupPattern.Match(asset.Path, definition.
PropertyDefinitions
);
184
if (!definition.
PropertyDefinitions
.TryGetValue(criteriaProperty.Key, out propertyDefinition))
215
var propertyDefinition = definition.
PropertyDefinitions
[criteriaProperty.Key];
260
var contentItem = pathPattern.Match(path, definition.
PropertyDefinitions
);
Rules\InvalidUndottedFrameworkRule.cs (1)
262
return new PatternSet(patternSet.
PropertyDefinitions
, groupPatterns, pathPatterns);