6 writes to bufferPos
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\DataCollector.cs (6)
97
this.
bufferPos
= checked(this.bufferPos + size);
132
this.
bufferPos
= checked(this.bufferPos + size);
171
this.
bufferPos
= checked(this.bufferPos + size);
212
this.
bufferPos
= checked(this.bufferPos + size);
227
this.
bufferPos
+= 2; // Reserve space for the array length (filled in by EndEnumerable)
275
this.
bufferPos
= 0;
12 references to bufferPos
System.Private.CoreLib (12)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\DataCollector.cs (12)
96
int oldPos = this.
bufferPos
;
97
this.bufferPos = checked(this.
bufferPos
+ size);
131
int oldPos = this.
bufferPos
;
132
this.bufferPos = checked(this.
bufferPos
+ size);
170
int oldPos = this.
bufferPos
;
171
this.bufferPos = checked(this.
bufferPos
+ size);
211
int oldPos = this.
bufferPos
;
212
this.bufferPos = checked(this.
bufferPos
+ size);
228
return this.
bufferPos
;
273
this.PinArray(this.buffer, this.
bufferPos
);
281
int required = this.
bufferPos
;
290
int required = this.
bufferPos
+ additionalSize;