2 writes to scratch
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\DataCollector.cs (2)
48this.scratch = scratch; 86this.scratch = scratchNew;
3 references to scratch
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\DataCollector.cs (3)
78byte* scratchOld = this.scratch; 341datasTemp->DataPointer = (IntPtr)this.scratch; 351datasTemp->m_Size = checked((int)(this.scratch - (byte*)datasTemp->m_Ptr));