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