8 references to _list
PresentationFramework (8)
MS\Internal\Data\DefaultAsyncDataDispatcher.cs (8)
25
lock (
_list
.SyncRoot)
27
_list
.Add(request);
36
lock (
_list
.SyncRoot)
38
for (int i = 0; i <
_list
.Count; ++i)
40
AsyncDataRequest request = (AsyncDataRequest)
_list
[i];
44
_list
.Clear();
86
lock (
_list
.SyncRoot)
88
_list
.Remove(request);