1 write to wellKnownSingleton
System.ServiceModel (1)
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
323this.wellKnownSingleton = value;
5 references to wellKnownSingleton
System.ServiceModel (5)
System\ServiceModel\ServiceBehaviorAttribute.cs (5)
315return this.wellKnownSingleton; 439if (serviceType == null && this.wellKnownSingleton == null) 442if (this.instanceMode != InstanceContextMode.Single && this.wellKnownSingleton != null) 458if (this.wellKnownSingleton != null) 460singleton = new InstanceContext(serviceHostBase, this.wellKnownSingleton, true, false);