3 writes to datas
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\DataCollector.cs (3)
50this.datas = datas; 325this.datas = datasTemp + 1; 353this.datas = datasTemp + 1;
4 references to datas
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\DataCollector.cs (4)
71return this.datas; 318EventSource.EventData* datasTemp = this.datas; 336EventSource.EventData* datasTemp = this.datas; 351EventSource.EventData* datasTemp = this.datas;