15 references to Close
dotnet-svcutil-lib (15)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
975request.Close();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (1)
229Close();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
960rpc.Request.Close(); 972rpc.Reply.Close();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
111message.Close(); 142message.Close();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
942reply.Close(); 1044state.Reply.Close();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
476message.Close();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
503reply.Close();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (3)
719rpc.Request.Close(); 764rpc.Reply.Close(); 782rpc.FaultInfo.Fault.Close();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\StreamFormatter.cs (1)
322_message.Close();
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContext.cs (1)
355oldClientReply.Close();