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