4 writes to numParams
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (4)
5485numParams = 0; 5537numParams++; 5540numParams++; 5583numParams = 0;
4 references to numParams
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (4)
5482Debug.Assert(numParams == 0); 5527if (numParams == 0) 5534byteArrArgIndices.Add(numParams); 5563if (numParams > 0)