Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ValuesCountForDebugDisplay
int
System.Threading.ThreadLocal
<
T
>.ValuesCountForDebugDisplay
get
private
Definition at line
201
of file
ThreadLocal.cs
.
202
{
203
get
204
{
205
int
num = 0;
206
LinkedSlot
linkedSlot
=
_linkedSlot
;
207
for
(LinkedSlot
linkedSlot2
= ((
linkedSlot
!=
null
) ?
linkedSlot
._next :
null
);
linkedSlot2
!=
null
;
linkedSlot2
=
linkedSlot2
._next)
208
{
209
num++;
210
}
211
return
num;
212
}
213
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Threading.ThreadLocal._linkedSlot
LinkedSlot _linkedSlot
Definition
ThreadLocal.cs:149
System
Threading
ThreadLocal
Generated by
1.10.0