4 writes to numParams
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (4)
5465numParams = 0; 5517numParams++; 5520numParams++; 5563numParams = 0;
4 references to numParams
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (4)
5462Debug.Assert(numParams == 0); 5507if (numParams == 0) 5514byteArrArgIndices.Add(numParams); 5543if (numParams > 0)