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