10 references to CreateClosedException
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (9)
570throw TraceUtility.ThrowHelperError(this.CreateClosedException(), Guid.Empty, this); 601throw TraceUtility.ThrowHelperError(this.CreateClosedException(), Guid.Empty, this); 604throw TraceUtility.ThrowHelperError(this.CreateClosedException(), Guid.Empty, this); 633throw TraceUtility.ThrowHelperError(this.CreateClosedException(), Guid.Empty, this); 659throw TraceUtility.ThrowHelperError(this.CreateClosedException(), Guid.Empty, this); 662throw TraceUtility.ThrowHelperError(this.CreateClosedException(), Guid.Empty, this); 688throw TraceUtility.ThrowHelperError(this.CreateClosedException(), Guid.Empty, this); 691throw TraceUtility.ThrowHelperError(this.CreateClosedException(), Guid.Empty, this); 726throw TraceUtility.ThrowHelperError(this.CreateClosedException(), Guid.Empty, this);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
2304Complete(false, _manager._channel.CreateClosedException());