3 writes to datas
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\DataCollector.cs (3)
50
this.
datas
= datas;
325
this.
datas
= datasTemp + 1;
353
this.
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)
71
return this.
datas
;
318
EventSource.EventData* datasTemp = this.
datas
;
336
EventSource.EventData* datasTemp = this.
datas
;
351
EventSource.EventData* datasTemp = this.
datas
;