3 writes to pos
System.Core (3)
System\IO\BufferedStream2.cs (2)
610Interlocked.Exchange(ref pos, value); 616return Interlocked.Add(ref pos, posDelta);
System\IO\LogStream.cs (1)
162pos = 0;
2 references to pos
System.Core (2)
System\IO\BufferedStream2.cs (1)
607return pos;
System\IO\LogStream.cs (1)
243streamPos = pos;