private void FillThreadSafeDictionary() { for (int i = 0; i < FillCount; i++) { tsd.SetValue(i, i); } }
private static void AddCachedDelegate(object delegateKey, Delegate value) { cachedDelegates.SetValue(delegateKey, value); }