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