5 writes to sync
System.ServiceModel (5)
System\ServiceModel\SynchronizedReadOnlyCollection.cs (5)
20this.sync = new Object(); 29this.sync = syncRoot; 40this.sync = syncRoot; 54this.sync = syncRoot; 69this.sync = syncRoot;
9 references to sync
System.ServiceModel (9)
System\ServiceModel\SynchronizedReadOnlyCollection.cs (9)
74get { lock (this.sync) { return this.items.Count; } } 87get { lock (this.sync) { return this.items[index]; } } 92lock (this.sync) 100lock (this.sync) 108lock (this.sync) 116lock (this.sync) 177get { return this.sync; } 186lock (this.sync) 194lock (this.sync)