6 writes to bufferPos
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\DataCollector.cs (6)
96
this.
bufferPos
= checked(this.bufferPos + size);
131
this.
bufferPos
= checked(this.bufferPos + size);
170
this.
bufferPos
= checked(this.bufferPos + size);
211
this.
bufferPos
= checked(this.bufferPos + size);
226
this.
bufferPos
+= 2; // Reserve space for the array length (filled in by EndEnumerable)
274
this.
bufferPos
= 0;
12 references to bufferPos
System.Private.CoreLib (12)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\DataCollector.cs (12)
95
int oldPos = this.
bufferPos
;
96
this.bufferPos = checked(this.
bufferPos
+ size);
130
int oldPos = this.
bufferPos
;
131
this.bufferPos = checked(this.
bufferPos
+ size);
169
int oldPos = this.
bufferPos
;
170
this.bufferPos = checked(this.
bufferPos
+ size);
210
int oldPos = this.
bufferPos
;
211
this.bufferPos = checked(this.
bufferPos
+ size);
227
return this.
bufferPos
;
272
this.PinArray(this.buffer, this.
bufferPos
);
280
int required = this.
bufferPos
;
289
int required = this.
bufferPos
+ additionalSize;