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
◆
WriteEvent()
[9/11]
void
System.Diagnostics.Tracing.EventSource.WriteEvent
(
int
eventId
,
string
arg1
,
string
arg2
,
string
arg3
)
inline
protected
inherited
Definition at line
86
of file
EventSource.cs
.
87
{
88
if
((
arg1
==
null
||
arg1
!=
null
) && (
arg2
==
null
||
arg2
!=
null
) && (
arg3
==
null
||
arg3
!=
null
))
89
{
90
return
;
91
}
92
throw
new
ArrayTypeMismatchException
();
93
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.ArrayTypeMismatchException
Definition
ArrayTypeMismatchException.cs:9
References
j__TPar
.
System
Net
NetEventSource
Generated by
1.10.0