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