1 write to behavior
System.ServiceModel (1)
System\ServiceModel\InstanceContext.cs (1)
109this.behavior = value;
13 references to behavior
System.ServiceModel (13)
System\ServiceModel\InstanceContext.cs (13)
104get { return this.behavior; } 107if (this.behavior == null) 208return ((this.behavior != null) && 209InstanceContextProviderBase.IsProviderSingleton(this.behavior.InstanceContextProvider)); 369if (this.behavior.CanUnload(this) == false) 414if (!this.behavior.TransactionAutoCompleteOnSessionClose) 474if (this.behavior == null) 490newUserObject = this.behavior.GetInstance(this, message); 494newUserObject = this.behavior.GetInstance(this); 512if (this.behavior != null) 514this.behavior.Initialize(this); 607if (this.behavior != null && !this.wellKnown) 613this.behavior.ReleaseInstance(this, oldUserObject);