2 writes to ownerContext
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryNode.cs (2)
496
this.
ownerContext
= ownerContext;
618
this.
ownerContext
= value;
2 references to ownerContext
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryNode.cs (2)
614
return this.
ownerContext
;
719
return (this.count == 1 && this.
ownerContext
== context && this.refCount == 1);