terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
◆
EnsureInitializedCore< T >()
[2/3]
static
T
System.Threading.LazyInitializer.EnsureInitializedCore<
T
>
(
T
target
,
Func
<
T
>
valueFactory
)
inline
static
private
Type Constraints
T
:
class
Definition at line
27
of file
LazyInitializer.cs
.
27
:
class
28
{
29
while
(target ==
null
)
30
{
31
}
32
return
target;
33
}
System
Threading
LazyInitializer
Generated by
1.10.0