6 references to Xml_DupAttributeName
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (2)
2722
throw new XmlException(ResXml.
Xml_DupAttributeName
, _attributes[i].name.ToString());
2747
throw new XmlException(ResXml.
Xml_DupAttributeName
, _attributes[i].name.ToString());
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (2)
5124
Throw(ResXml.
Xml_DupAttributeName
, _nodes[j].GetNameWPrefix(_nameTable), _nodes[j].LineNo, _nodes[j].LinePos);
5144
Throw(ResXml.
Xml_DupAttributeName
, attr2.GetNameWPrefix(_nameTable), attr2.LineNo, attr2.LinePos);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
1938
return new XmlException(ResXml.
Xml_DupAttributeName
, sb.ToString());
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (1)
437
throw new XmlException(ResXml.
Xml_DupAttributeName
, attr.Prefix.Length == 0 ? attr.LocalName : string.Concat(attr.Prefix, ":", attr.LocalName));