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