2 writes to scratch
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\DataCollector.cs (2)
49
this.
scratch
= scratch;
87
this.
scratch
= scratchNew;
3 references to scratch
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\DataCollector.cs (3)
79
byte* scratchOld = this.
scratch
;
342
datasTemp->DataPointer = (IntPtr)this.
scratch
;
352
datasTemp->m_Size = checked((int)(this.
scratch
- (byte*)datasTemp->m_Ptr));