1 write to singleton
System.ServiceModel (1)
System\ServiceModel\Dispatcher\InstanceBehavior.cs (1)
38
this.
singleton
= dispatch.SingletonInstanceContext;
5 references to singleton
System.ServiceModel (5)
System\ServiceModel\Dispatcher\InstanceBehavior.cs (5)
52
if (this.
singleton
== null)
67
if (this.
singleton
== null || !this.
singleton
.IsWellKnown)
76
if (this.
singleton
!= null)
78
this.
singleton
.Behavior = this;