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

◆ FindNull()

static int System.Diagnostics.Tracing.EventProvider.FindNull ( byte[] buffer,
int idx )
inlinestaticprivateinherited

Definition at line 278 of file EventProvider.cs.

279 {
280 while (idx < buffer.Length && buffer[idx] != 0)
281 {
282 idx++;
283 }
284 return idx;
285 }

References System.buffer.

Referenced by System.Diagnostics.Tracing.EventProvider.EtwEnableCallBack().