1 write to Properties
NuGet.Packaging (1)
ContentModel\ManagedCodeConventions.cs (1)
105
Properties
= new ReadOnlyDictionary<string, ContentPropertyDefinition>(props);
18 references to Properties
Microsoft.DotNet.Build.Tasks.TargetFramework (1)
TargetFrameworkResolver.cs (1)
27
_conventions.
Properties
,
NuGet.Packaging (17)
ContentModel\ManagedCodeConventions.cs (15)
406
var builder = new SelectionCriteriaBuilder(_conventions.
Properties
);
428
var builder = new SelectionCriteriaBuilder(_conventions.
Properties
);
505
conventions.
Properties
,
518
conventions.
Properties
,
533
conventions.
Properties
,
544
conventions.
Properties
,
557
conventions.
Properties
,
570
conventions.
Properties
,
583
conventions.
Properties
,
596
conventions.
Properties
,
613
conventions.
Properties
,
624
conventions.
Properties
,
635
conventions.
Properties
,
646
conventions.
Properties
,
659
conventions.
Properties
,
Rules\DependenciesGroupsForEachTFMRule.cs (1)
63
Func<object, object, bool> isCompatible = managedCodeConventions.
Properties
["tfm"].CompatibilityTest;
Rules\UpholdBuildConventionRule.cs (1)
123
foreach (var extension in ManagedCodeConventions.
Properties
["msbuild"].FileExtensions!)