1 write to scratchSize
mscorlib (1)
System\Diagnostics\Eventing\TraceLogging\TraceLoggingMetadataCollector.cs (1)
324
this.
scratchSize
= checked((short)(this.scratchSize + size));
2 references to scratchSize
mscorlib (2)
System\Diagnostics\Eventing\TraceLogging\TraceLoggingMetadataCollector.cs (2)
54
get { return this.impl.
scratchSize
; }
324
this.scratchSize = checked((short)(this.
scratchSize
+ size));