3 references to GetServiceInstance
System.ServiceModel (3)
System\ServiceModel\ComIntegration\ComPlusThreadInitializer.cs (1)
103instance = instanceContext.GetServiceInstance(message);
System\ServiceModel\Dispatcher\InstanceBehavior.cs (1)
285rpc.Instance = rpc.InstanceContext.GetServiceInstance(rpc.Request);
System\ServiceModel\InstanceContext.cs (1)
458return this.GetServiceInstance(null);