2 writes to userObject
System.ServiceModel (2)
System\ServiceModel\InstanceContext.cs (2)
59this.userObject = implementation; 609object oldUserObject = Interlocked.Exchange(ref this.userObject, newUserObject);
2 references to userObject
System.ServiceModel (2)
System\ServiceModel\InstanceContext.cs (2)
292get { return this.userObject; } 467object current = this.userObject;