2 writes to provider
System.ServiceModel (2)
System\ServiceModel\Dispatcher\InstanceBehavior.cs (2)
37
this.
provider
= dispatch.InstanceProvider;
71
this.
provider
= new InstanceProvider(creator);
10 references to provider
System.ServiceModel (10)
System\ServiceModel\Dispatcher\InstanceBehavior.cs (10)
44
if (this.
provider
== null)
212
if (this.
provider
== null)
224
object instance = this.
provider
.GetInstance(instanceContext);
228
DS.InstanceProviderGet(this.
provider
.GetType(), instance, sw.Elapsed);
236
if (this.
provider
== null)
248
object instance = this.
provider
.GetInstance(instanceContext, request);
252
DS.InstanceProviderGet(this.
provider
.GetType(), instance, sw.Elapsed);
295
if (this.
provider
!= null)
306
this.
provider
.ReleaseInstance(instanceContext, instance);
312
DS.InstanceProviderRelease(this.
provider
.GetType(), instance, sw.Elapsed);