5 references to DispatcherBuilder
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
120
ClientRuntime clientRuntime =
DispatcherBuilder
.BuildProxyBehavior(serviceEndpoint, out parameters);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (4)
37
DispatcherBuilder
.BuildProxyOperation(operation, clientRuntime);
41
DispatcherBuilder
.BuildDispatchOperation(operation, clientRuntime.CallbackDispatchRuntime);
45
DispatcherBuilder
.ApplyClientBehavior(serviceEndpoint, clientRuntime);
201
DispatcherBuilder
.BindOperations(contractDescription, clientRuntime, null);