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