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