3 writes to pos
mscorlib (3)
system\diagnostics\eventing\eventsource.cs (3)
1597this.pos = 0; 1612if (64 == ++this.pos) 1730this.pos = 0;
4 references to pos
mscorlib (4)
system\diagnostics\eventing\eventsource.cs (4)
1611this.w[this.pos / 4] = (this.w[this.pos / 4] << 8) | input; 1648long l = this.length + 8 * this.pos; 1650while (this.pos != 56)