1 write to singleton
System.ServiceModel (1)
System\ServiceModel\Dispatcher\SingletonInstanceContextProvider.cs (1)
58
this.
singleton
= instanceContext;
3 references to singleton
System.ServiceModel (3)
System\ServiceModel\Dispatcher\SingletonInstanceContextProvider.cs (3)
26
if (this.
singleton
== null)
30
if (this.
singleton
== null)
62
return this.
singleton
;