7 references to UnexpectedEndOfFile
dotnet-svcutil-lib (7)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (1)
449throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(string.Format(SRSerialization.UnexpectedEndOfFile)));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableServices.cs (2)
29throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(SRSerialization.UnexpectedEndOfFile)); 43throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(SRSerialization.UnexpectedEndOfFile));
FrameworkFork\System.Runtime.Serialization\System\Xml\EncodingStreamWrapper.cs (4)
225throw new XmlException(SRSerialization.UnexpectedEndOfFile); 473throw new XmlException(SRSerialization.UnexpectedEndOfFile); 666throw new XmlException(SRSerialization.UnexpectedEndOfFile); 687throw new XmlException(SRSerialization.UnexpectedEndOfFile);