1 write to Parent
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\DispatchOperation.cs (1)
24Parent = parent ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(parent));
18 references to Parent
System.ServiceModel.Primitives (18)
System\ServiceModel\Dispatcher\DispatchOperation.cs (16)
55lock (Parent.ThisLock) 57Parent.InvalidateRuntime(); 68lock (Parent.ThisLock) 70Parent.InvalidateRuntime(); 88lock (Parent.ThisLock) 90Parent.InvalidateRuntime(); 113lock (Parent.ThisLock) 115Parent.InvalidateRuntime(); 126lock (Parent.ThisLock) 128Parent.InvalidateRuntime(); 139lock (Parent.ThisLock) 141Parent.InvalidateRuntime(); 163lock (Parent.ThisLock) 165Parent.InvalidateRuntime(); 176lock (Parent.ThisLock) 178Parent.InvalidateRuntime();
System\ServiceModel\Dispatcher\DispatchRuntime.cs (2)
490if (item.Parent != _outer) 511if (item.Parent != _outer)