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