1 write to parent
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DispatchOperation.cs (1)
45this.parent = parent;
31 references to parent
System.ServiceModel (31)
System\ServiceModel\Dispatcher\DispatchOperation.cs (31)
89lock (this.parent.ThisLock) 91this.parent.InvalidateRuntime(); 102lock (this.parent.ThisLock) 104this.parent.InvalidateRuntime(); 122lock (this.parent.ThisLock) 124this.parent.InvalidateRuntime(); 156lock (this.parent.ThisLock) 158this.parent.InvalidateRuntime(); 187lock (this.parent.ThisLock) 189this.parent.InvalidateRuntime(); 200lock (this.parent.ThisLock) 202this.parent.InvalidateRuntime(); 213lock (this.parent.ThisLock) 215this.parent.InvalidateRuntime(); 233get { return this.parent; } 244get { return this.parent.ChannelDispatcher.BufferedReceiveEnabled; } 245set { this.parent.ChannelDispatcher.BufferedReceiveEnabled = value; } 253lock (this.parent.ThisLock) 255this.parent.InvalidateRuntime(); 266lock (this.parent.ThisLock) 268this.parent.InvalidateRuntime(); 284lock (this.parent.ThisLock) 286this.parent.InvalidateRuntime(); 297lock (this.parent.ThisLock) 299this.parent.InvalidateRuntime(); 310lock (this.parent.ThisLock) 312this.parent.InvalidateRuntime(); 323lock (this.parent.ThisLock) 325this.parent.InvalidateRuntime(); 336lock (this.parent.ThisLock) 338this.parent.InvalidateRuntime();