2 writes to _asyncDispatchers
PresentationFramework (2)
src\Framework\MS\Internal\Data\DataBindEngine.cs (2)
410_asyncDispatchers = new HybridDictionary(1); // lazy instantiation 634HybridDictionary asyncDispatchers = (HybridDictionary)Interlocked.Exchange(ref _asyncDispatchers, null);
2 references to _asyncDispatchers
PresentationFramework (2)
src\Framework\MS\Internal\Data\DataBindEngine.cs (2)
408if (_asyncDispatchers == null) 412_asyncDispatchers[asyncDispatcher] = null; // the value is unused