3 references to GetInstanceContextForObject
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\DuplexChannelFactory.cs (3)
266return CreateChannel(GetInstanceContextForObject(callbackObject), endpointConfigurationName); 271return CreateChannel(GetInstanceContextForObject(callbackObject), binding, endpointAddress); 276return CreateChannel(GetInstanceContextForObject(callbackObject), binding, endpointAddress, via);