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