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