3 writes to byteArrArgIndices
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (3)
5486byteArrArgIndices = null; 5533byteArrArgIndices ??= new List<int>(4); 5584byteArrArgIndices = null;
3 references to byteArrArgIndices
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (3)
5534byteArrArgIndices.Add(numParams); 5570if (byteArrArgIndices != null) 5571perEventByteArrayArgIndices[eventName] = byteArrArgIndices;