5 references to CreatePrematureEOFException
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (4)
485
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(decoder.
CreatePrematureEOFException
());
523
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(decoder.
CreatePrematureEOFException
());
609
decoder.
CreatePrematureEOFException
()));
630
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new MessageSecurityException(SRServiceModel.ServerRejectedUpgradeRequest, decoder.
CreatePrematureEOFException
()));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (1)
333
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(_decoder.
CreatePrematureEOFException
());