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

◆ EnterScope() [1/2]

void System.Data.DataCommonEventSource.EnterScope ( long scopeId,
string message )
inlineprivate

Definition at line 86 of file DataCommonEventSource.cs.

87 {
88 WriteEvent(2, scopeId, message);
89 }
unsafe void WriteEvent(int eventId)

References System.Diagnostics.Tracing.EventSource.WriteEvent().