Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ InternalSyncObject

object System.Text.DBCSCodePageEncoding.InternalSyncObject
staticgetprivateinherited

Definition at line 43 of file DBCSCodePageEncoding.cs.

44 {
45 get
46 {
47 if (s_InternalSyncObject == null)
48 {
49 object value = new object();
50 Interlocked.CompareExchange<object>(ref s_InternalSyncObject, value, (object)null);
51 }
53 }
54 }
static int CompareExchange(ref int location1, int value, int comparand)

Referenced by System.Text.DBCSCodePageEncoding.ReadBestFitTable().