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