2 writes to dataCount
mscorlib (2)
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventTypes.cs (2)
120
this.
dataCount
= collector.DataCount;
152
this.
dataCount
= collector.DataCount;
5 references to dataCount
mscorlib (5)
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventSource.cs (5)
432
var descriptors = stackalloc EventData[eventTypes.
dataCount
+ 3];
453
eventTypes.
dataCount
,
527
var descriptors = stackalloc EventData[eventTypes.
dataCount
+ eventTypes.typeInfos.Length * 2 + 3];
602
var descriptors = stackalloc EventData[eventTypes.
dataCount
+ 3];
644
eventTypes.
dataCount
,