4 writes to numParams
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ManifestBuilder.cs (4)
198numParams = 0; 250numParams++; 253numParams++; 296numParams = 0;
4 references to numParams
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ManifestBuilder.cs (4)
195Debug.Assert(numParams == 0); 240if (numParams == 0) 247byteArrArgIndices.Add(numParams); 276if (numParams > 0)