4 writes to sync
System.ServiceModel (4)
System\ServiceModel\SynchronizedCollection.cs (4)
20
this.
sync
= new Object();
29
this.
sync
= syncRoot;
40
this.
sync
= syncRoot;
54
this.
sync
= syncRoot;
16 references to sync
System.ServiceModel (16)
System\ServiceModel\SynchronizedCollection.cs (16)
59
get { lock (this.
sync
) { return this.items.Count; } }
69
get { return this.
sync
; }
76
lock (this.
sync
)
83
lock (this.
sync
)
96
lock (this.
sync
)
105
lock (this.
sync
)
113
lock (this.
sync
)
121
lock (this.
sync
)
129
lock (this.
sync
)
137
lock (this.
sync
)
145
lock (this.
sync
)
171
lock (this.
sync
)
184
lock (this.
sync
)
232
get { return this.
sync
; }
237
lock (this.
sync
)
270
lock (this.
sync
)