5 writes to _sync
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedReadOnlyCollection.cs (5)
18
_sync
= new Object();
27
_sync
= syncRoot;
38
_sync
= syncRoot;
52
_sync
= syncRoot;
67
_sync
= syncRoot;
9 references to _sync
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedReadOnlyCollection.cs (9)
72
get { lock (
_sync
) { return _items.Count; } }
85
get { lock (
_sync
) { return _items[index]; } }
90
lock (
_sync
)
98
lock (
_sync
)
106
lock (
_sync
)
114
lock (
_sync
)
175
get { return
_sync
; }
184
lock (
_sync
)
192
lock (
_sync
)