1 write to parent
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ClientOperation.cs (1)
67this.parent = parent;
27 references to parent
System.ServiceModel (27)
System\ServiceModel\Dispatcher\ClientOperation.cs (27)
91lock (this.parent.ThisLock) 93this.parent.InvalidateRuntime(); 104lock (this.parent.ThisLock) 106this.parent.InvalidateRuntime(); 117lock (this.parent.ThisLock) 119this.parent.InvalidateRuntime(); 130lock (this.parent.ThisLock) 132this.parent.InvalidateRuntime(); 150lock (this.parent.ThisLock) 152this.parent.InvalidateRuntime(); 178lock (this.parent.ThisLock) 180this.parent.InvalidateRuntime(); 191lock (this.parent.ThisLock) 193this.parent.InvalidateRuntime(); 204lock (this.parent.ThisLock) 206this.parent.InvalidateRuntime(); 230get { return this.parent; } 243lock (this.parent.ThisLock) 245this.parent.InvalidateRuntime(); 256lock (this.parent.ThisLock) 258this.parent.InvalidateRuntime(); 269lock (this.parent.ThisLock) 271this.parent.InvalidateRuntime(); 282lock (this.parent.ThisLock) 284this.parent.InvalidateRuntime(); 295lock (this.parent.ThisLock) 297this.parent.InvalidateRuntime();