1 instantiation of SparselyPopulatedArray
mscorlib (1)
system\threading\CancellationTokenSource.cs (1)
683
SparselyPopulatedArray<CancellationCallbackInfo> callBackArray = new
SparselyPopulatedArray
<CancellationCallbackInfo>(4);
9 references to SparselyPopulatedArray
mscorlib (9)
system\threading\CancellationTokenSource.cs (9)
56
private volatile
SparselyPopulatedArray
<CancellationCallbackInfo>[] m_registeredCallbacksLists;
674
SparselyPopulatedArray
<CancellationCallbackInfo>[] list = new
SparselyPopulatedArray
<CancellationCallbackInfo>[s_nLists];
680
var
callbacks = Volatile.Read<
SparselyPopulatedArray
<CancellationCallbackInfo>>(ref registeredCallbacksLists[myIndex]);
683
SparselyPopulatedArray
<CancellationCallbackInfo> callBackArray = new SparselyPopulatedArray<CancellationCallbackInfo>(4);
759
SparselyPopulatedArray
<CancellationCallbackInfo>[] callbackLists = m_registeredCallbacksLists;
773
SparselyPopulatedArray
<CancellationCallbackInfo> list = Volatile.Read<
SparselyPopulatedArray
<CancellationCallbackInfo>>(ref callbackLists[index]);