2 references to nativeGetSafeCulture
mscorlib (2)
system\threading\thread.cs (2)
1234if (!nativeGetSafeCulture(this, GetDomainID(), true, ref culture) || culture == null) { 1344if (!nativeGetSafeCulture(this, GetDomainID(), false, ref culture) || culture == null) {