4 writes to _sync
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedCollection.cs (4)
19
_sync
= new Object();
28
_sync
= syncRoot;
39
_sync
= syncRoot;
53
_sync
= syncRoot;
16 references to _sync
dotnet-svcutil-lib (16)
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedCollection.cs (16)
58
get { lock (
_sync
) { return _items.Count; } }
68
get { return
_sync
; }
75
lock (
_sync
)
82
lock (
_sync
)
95
lock (
_sync
)
104
lock (
_sync
)
112
lock (
_sync
)
120
lock (
_sync
)
128
lock (
_sync
)
136
lock (
_sync
)
144
lock (
_sync
)
170
lock (
_sync
)
183
lock (
_sync
)
231
get { return
_sync
; }
236
lock (
_sync
)
269
lock (
_sync
)