8 references to _list
PresentationFramework (8)
src\Framework\MS\Internal\Data\DefaultAsyncDataDispatcher.cs (8)
31
lock (
_list
.SyncRoot)
33
_list
.Add(request);
42
lock (
_list
.SyncRoot)
44
for (int i=0; i<
_list
.Count; ++i)
46
AsyncDataRequest request = (AsyncDataRequest)
_list
[i];
50
_list
.Clear();
100
lock (
_list
.SyncRoot)
102
_list
.Remove(request);