12 instantiations of ManagedCodeConventions
Microsoft.DotNet.Build.Tasks.Packaging (2)
Microsoft.DotNet.Build.Tasks.TargetFramework (1)
Microsoft.DotNet.PackageTesting (1)
Microsoft.DotNet.PackageValidation (2)
NuGet.Commands (1)
NuGet.Packaging (5)
48 references to ManagedCodeConventions
Microsoft.DotNet.Build.Tasks.Packaging (8)
Microsoft.DotNet.Build.Tasks.TargetFramework (1)
Microsoft.DotNet.PackageTesting (1)
Microsoft.DotNet.PackageValidation (2)
NuGet.Commands (25)
RestoreCommand\Utility\LockFileUtils.cs (15)
144internal static List<(List<SelectionCriteria>, bool)> CreateOrderedCriteriaSets(ManagedCodeConventions codeConventions, NuGetFramework framework, string runtimeIdentifier)
197ManagedCodeConventions managedCodeConventions,
285ManagedCodeConventions managedCodeConventions,
334private static void AddContentFiles(ManagedCodeConventions managedCodeConventions, LockFileTargetLibrary lockFileLib, NuGetFramework framework, ContentItemCollection contentItems, NuspecReader nuspec)
359ManagedCodeConventions managedCodeConventions,
719ManagedCodeConventions.PropertyNames.TargetFrameworkMoniker, out object tfmObj))
729if (item.Properties.TryGetValue(ManagedCodeConventions.PropertyNames.Locale, out locale))
731newItem.Properties[ManagedCodeConventions.PropertyNames.Locale] = (string)locale;
762/// Detection uses the shared <see cref="ManagedCodeConventions"/> analyzer pattern (any '.dll' under
767private static IList<LockFileItem> GetAnalyzerLockFileItems(ContentItemCollection contentItems, ManagedCodeConventions managedCodeConventions)
802string codeLanguage = ManagedCodeConventions.PropertyNames.AnyValue;
917ManagedCodeConventions conventions,
1061ManagedCodeConventions.PropertyNames.TargetFrameworkMoniker,
1094ManagedCodeConventions.PropertyNames.RuntimeIdentifier);
1118var rid = (string)group.Properties[ManagedCodeConventions.PropertyNames.RuntimeIdentifier];
NuGet.Packaging (11)