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

◆ SpinCount

int System.Threading.ManualResetEventSlim.SpinCount
getprivate setinherited

Definition at line 42 of file ManualResetEventSlim.cs.

43 {
44 get
45 {
47 }
48 private set
49 {
50 m_combinedState = (m_combinedState & -1073217537) | (value << 19);
51 }
52 }
static int ExtractStatePortionAndShiftRight(int state, int mask, int rightBitShiftCount)

Referenced by System.Threading.ManualResetEventSlim.Initialize(), and System.Threading.ManualResetEventSlim.Wait().