2 writes to _asyncDispatchers
PresentationFramework (2)
MS\Internal\Data\DataBindEngine.cs (2)
394
_asyncDispatchers
= new HybridDictionary(1); // lazy instantiation
618
HybridDictionary asyncDispatchers = (HybridDictionary)Interlocked.Exchange(ref
_asyncDispatchers
, null);
2 references to _asyncDispatchers
PresentationFramework (2)
MS\Internal\Data\DataBindEngine.cs (2)
392
if (
_asyncDispatchers
== null)
396
_asyncDispatchers
[asyncDispatcher] = null; // the value is unused