1 write to s_cultureInfoGetCultureMethod
Microsoft.Build.Framework (1)
AssemblyUtilities.cs (1)
120
s_cultureInfoGetCultureMethod
= typeof(CultureInfo).GetMethod("GetCultures");
3 references to s_cultureInfoGetCultureMethod
Microsoft.Build.Framework (3)
AssemblyUtilities.cs (3)
88
return
s_cultureInfoGetCultureMethod
!= null;
134
var cultureTypesType =
s_cultureInfoGetCultureMethod
?.GetParameters().FirstOrDefault()?.ParameterType;
142
var cultures =
s_cultureInfoGetCultureMethod
.Invoke(null, [allCulturesEnumValue]) as CultureInfo[];