4 references to Locale
NuGet.Commands (2)
RestoreCommand\Utility\LockFileUtils.cs (2)
699if (item.Properties.TryGetValue(ManagedCodeConventions.PropertyNames.Locale, out locale)) 701newItem.Properties[ManagedCodeConventions.PropertyNames.Locale] = (string)locale;
NuGet.Packaging (2)
ContentModel\ManagedCodeConventions.cs (2)
19private static readonly ContentPropertyDefinition LocaleProperty = new ContentPropertyDefinition(PropertyNames.Locale, 168if (table.TryLookup(PropertyNames.Locale, name, out val))