2 references to SparselyPopulatedArrayFragment
mscorlib (2)
system\threading\CancellationTokenSource.cs (2)
1138
SparselyPopulatedArrayFragment<T> newTail = new
SparselyPopulatedArrayFragment
<T>(
1187
internal SparselyPopulatedArrayFragment(int size) :
this
(size, null)