5 references to UnexpectedXmlChildNode
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (3)
399string exceptionString = string.Format(SRServiceModel.UnexpectedXmlChildNode, 499SRServiceModel.UnexpectedXmlChildNode, 517SRServiceModel.UnexpectedXmlChildNode,
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\XmlHelper.cs (2)
210throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(string.Format(SRServiceModel.UnexpectedXmlChildNode, r.Name, r.NodeType, parentName))); 215throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(string.Format(SRServiceModel.UnexpectedXmlChildNode, n.Name, n.NodeType, parent.Name)));