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