3 instantiations of SharedInt
mscorlib (3)
system\collections\concurrent\PartitionerStatic.cs (3)
440
m_localOffset = new
SharedInt
(-1);
441
m_currentChunkSize = new
SharedInt
(0);
615
m_activePartitionCount = new
SharedInt
(0);
5 references to SharedInt
mscorlib (5)
system\collections\concurrent\PartitionerStatic.cs (5)
336
protected
SharedInt
m_currentChunkSize;
339
protected
SharedInt
m_localOffset;
585
private
SharedInt
m_activePartitionCount;
910
private readonly
SharedInt
m_activePartitionCount;
919
SharedInt
activePartitionCount,