4 writes to numParams
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (4)
5476
numParams
= 0;
5528
numParams
++;
5531
numParams
++;
5574
numParams
= 0;
4 references to numParams
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (4)
5473
Debug.Assert(
numParams
== 0);
5518
if (
numParams
== 0)
5525
byteArrArgIndices.Add(
numParams
);
5554
if (
numParams
> 0)