8 references to _list
PresentationFramework (8)
MS\Internal\Data\DefaultAsyncDataDispatcher.cs (8)
29
lock (
_list
.SyncRoot)
31
_list
.Add(request);
40
lock (
_list
.SyncRoot)
42
for (int i = 0; i <
_list
.Count; ++i)
44
AsyncDataRequest request = (AsyncDataRequest)
_list
[i];
48
_list
.Clear();
98
lock (
_list
.SyncRoot)
100
_list
.Remove(request);