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