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