3 writes to byteArrArgIndices
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (3)
5466byteArrArgIndices = null; 5513byteArrArgIndices ??= new List<int>(4); 5564byteArrArgIndices = null;
3 references to byteArrArgIndices
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (3)
5514byteArrArgIndices.Add(numParams); 5550if (byteArrArgIndices != null) 5551perEventByteArrayArgIndices[eventName] = byteArrArgIndices;