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