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

◆ BufferTrimPoll()

void System.Buffers.ArrayPoolEventSource.BufferTrimPoll ( int milliseconds,
int pressure )
inlinepackage

Definition at line 96 of file ArrayPoolEventSource.cs.

97 {
98 WriteEvent(5, milliseconds, pressure);
99 }
unsafe void WriteEvent(int eventId)

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