1 write to hiddenSingleton
System.ServiceModel (1)
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
336this.hiddenSingleton = value;
3 references to hiddenSingleton
System.ServiceModel (3)
System\ServiceModel\ServiceBehaviorAttribute.cs (3)
328return this.hiddenSingleton; 462else if (this.hiddenSingleton != null) 464singleton = new InstanceContext(serviceHostBase, this.hiddenSingleton, false, false);