3 writes to byteArrArgIndices
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (3)
5477byteArrArgIndices = null; 5524byteArrArgIndices ??= new List<int>(4); 5575byteArrArgIndices = null;
3 references to byteArrArgIndices
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (3)
5525byteArrArgIndices.Add(numParams); 5561if (byteArrArgIndices != null) 5562perEventByteArrayArgIndices[eventName] = byteArrArgIndices;