2 writes to scratchSize
mscorlib (2)
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventTypes.cs (2)
119
this.
scratchSize
= collector.ScratchSize;
151
this.
scratchSize
= collector.ScratchSize;
4 references to scratchSize
mscorlib (4)
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventSource.cs (4)
431
var scratch = stackalloc byte[eventTypes.
scratchSize
];
451
eventTypes.
scratchSize
,
601
var scratch = stackalloc byte[eventTypes.
scratchSize
];
642
eventTypes.
scratchSize
,