8 references to _list
PresentationFramework (8)
MS\Internal\Data\DefaultAsyncDataDispatcher.cs (8)
26
lock (
_list
.SyncRoot)
28
_list
.Add(request);
37
lock (
_list
.SyncRoot)
39
for (int i = 0; i <
_list
.Count; ++i)
41
AsyncDataRequest request = (AsyncDataRequest)
_list
[i];
45
_list
.Clear();
95
lock (
_list
.SyncRoot)
97
_list
.Remove(request);