21 references to Read
mscorlib (19)
system\io\unmanagedmemorystream.cs (16)
313
return Interlocked.
Read
(ref _length);
328
return Interlocked.
Read
(ref _position);
357
long pos = Interlocked.
Read
(ref _position);
408
long pos = Interlocked.
Read
(ref _position);
409
long len = Interlocked.
Read
(ref _length);
481
long pos = Interlocked.
Read
(ref _position); // Use a local to avoid a race condition
482
long len = Interlocked.
Read
(ref _length);
522
long pos = Interlocked.
Read
(ref _position);
529
long len = Interlocked.
Read
(ref _length);
539
long finalPos = Interlocked.
Read
(ref _position);
557
long pos = Interlocked.
Read
(ref _position);
558
long len = Interlocked.
Read
(ref _length);
585
long pos = Interlocked.
Read
(ref _position); // Use a local to avoid a race condition
586
long len = Interlocked.
Read
(ref _length);
678
long pos = Interlocked.
Read
(ref _position); // Use a local to avoid a race condition
679
long len = Interlocked.
Read
(ref _length);
system\threading\Tasks\ParallelLoopState.cs (3)
503
else return Interlocked.
Read
(ref rval);
558
else return Interlocked.
Read
(ref m_lowestBreakIteration);
571
else return Interlocked.
Read
(ref m_lowestBreakIteration);
System.Core (1)
System\Diagnostics\PerformanceData\CounterSetInstanceCounterDataSet.cs (1)
45
return Interlocked.
Read
(ref (* m_offset));
System.Workflow.Runtime (1)
WorkBatch.cs (1)
321
return Threading.Interlocked.
Read
(ref _workItemOrderId);