1 write to syncRoot
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ThreadSafeMessageFilterTable.cs (1)
21this.syncRoot = new object();
29 references to syncRoot
System.ServiceModel (29)
System\ServiceModel\Dispatcher\ThreadSafeMessageFilterTable.cs (29)
26get { return this.syncRoot; } 33lock (this.syncRoot) 40lock (this.syncRoot) 49lock (this.syncRoot) 63lock (this.syncRoot) 72lock (this.syncRoot) 80lock (this.syncRoot) 88lock (this.syncRoot) 96lock (this.syncRoot) 104lock (this.syncRoot) 112lock (this.syncRoot) 120lock (this.syncRoot) 128lock (this.syncRoot) 136lock (this.syncRoot) 150lock (this.syncRoot) 157lock (this.syncRoot) 168lock (this.syncRoot) 179lock (this.syncRoot) 188lock (this.syncRoot) 196lock (this.syncRoot) 204lock (this.syncRoot) 218lock (this.syncRoot) 227lock (this.syncRoot) 235lock (this.syncRoot) 243lock (this.syncRoot) 251lock (this.syncRoot) 259lock (this.syncRoot) 267lock (this.syncRoot) 275lock (this.syncRoot)