1 write to instanceMode
System.ServiceModel (1)
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
186this.instanceMode = value;
4 references to instanceMode
System.ServiceModel (4)
System\ServiceModel\ServiceBehaviorAttribute.cs (4)
178get { return this.instanceMode; } 442if (this.instanceMode != InstanceContextMode.Single && this.wellKnownSingleton != null) 451dispatch.InstanceContextProvider = InstanceContextProviderBase.GetProviderForMode(this.instanceMode, dispatch); 453if ((this.instanceMode == InstanceContextMode.Single) &&