2 writes to s_englishCulture
System.Diagnostics.PerformanceCounter (2)
System\Diagnostics\PerformanceCounterLib.cs (2)
89
s_englishCulture
= CultureInfo.GetCultureInfo("en");
93
s_englishCulture
= CultureInfo.InvariantCulture;
2 references to s_englishCulture
System.Diagnostics.PerformanceCounter (2)
System\Diagnostics\PerformanceCounterLib.cs (2)
85
if (
s_englishCulture
is null)
96
return
s_englishCulture
;