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