1 write to Properties
NuGet.Packaging (1)
ContentModel\ManagedCodeConventions.cs (1)
100
Properties
= new ReadOnlyDictionary<string, ContentPropertyDefinition>(props);
17 references to Properties
Microsoft.DotNet.Build.Tasks.TargetFramework (1)
TargetFrameworkResolver.cs (1)
27
_conventions.
Properties
,
NuGet.Packaging (16)
ContentModel\ManagedCodeConventions.cs (14)
384
var builder = new SelectionCriteriaBuilder(_conventions.
Properties
);
406
var builder = new SelectionCriteriaBuilder(_conventions.
Properties
);
478
conventions.
Properties
,
491
conventions.
Properties
,
506
conventions.
Properties
,
517
conventions.
Properties
,
530
conventions.
Properties
,
543
conventions.
Properties
,
556
conventions.
Properties
,
569
conventions.
Properties
,
586
conventions.
Properties
,
597
conventions.
Properties
,
608
conventions.
Properties
,
619
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!)