30 references to Xml_InvalidNodeType
dotnet-svcutil-lib (30)
FrameworkFork\Microsoft.Xml\Xml\Core\ReadContentAsBinaryHelper.cs (3)
301
throw new XmlException(ResXml.
Xml_InvalidNodeType
, _reader.NodeType.ToString(), _reader as IXmlLineInfo);
348
throw new XmlException(ResXml.
Xml_InvalidNodeType
, _reader.NodeType.ToString(), _reader as IXmlLineInfo);
460
throw new XmlException(ResXml.
Xml_InvalidNodeType
, _reader.NodeType.ToString(), _reader as IXmlLineInfo);
FrameworkFork\Microsoft.Xml\Xml\Core\ReadContentAsBinaryHelperAsync.cs (3)
251
throw new XmlException(ResXml.
Xml_InvalidNodeType
, _reader.NodeType.ToString(), _reader as IXmlLineInfo);
291
throw new XmlException(ResXml.
Xml_InvalidNodeType
, _reader.NodeType.ToString(), _reader as IXmlLineInfo);
377
throw new XmlException(ResXml.
Xml_InvalidNodeType
, _reader.NodeType.ToString(), _reader as IXmlLineInfo);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReader.cs (11)
841
throw new XmlException(ResXml.
Xml_InvalidNodeType
, this.NodeType.ToString(), this as IXmlLineInfo);
851
throw new XmlException(ResXml.
Xml_InvalidNodeType
, this.NodeType.ToString(), this as IXmlLineInfo);
869
throw new XmlException(ResXml.
Xml_InvalidNodeType
, this.NodeType.ToString(), this as IXmlLineInfo);
889
throw new XmlException(ResXml.
Xml_InvalidNodeType
, this.NodeType.ToString(), this as IXmlLineInfo);
916
throw new XmlException(ResXml.
Xml_InvalidNodeType
, this.NodeType.ToString(), this as IXmlLineInfo);
929
throw new XmlException(ResXml.
Xml_InvalidNodeType
, this.NodeType.ToString(), this as IXmlLineInfo);
948
throw new XmlException(ResXml.
Xml_InvalidNodeType
, this.NodeType.ToString(), this as IXmlLineInfo);
961
throw new XmlException(ResXml.
Xml_InvalidNodeType
, this.NodeType.ToString(), this as IXmlLineInfo);
977
throw new XmlException(ResXml.
Xml_InvalidNodeType
, this.NodeType.ToString(), this as IXmlLineInfo);
1558
throw new XmlException(ResXml.
Xml_InvalidNodeType
, this.NodeType.ToString(), this as IXmlLineInfo);
1688
throw new XmlException(ResXml.
Xml_InvalidNodeType
, this.NodeType.ToString());
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderAsync.cs (1)
431
throw new XmlException(ResXml.
Xml_InvalidNodeType
, this.NodeType.ToString());
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs (4)
925
throw new XmlException(ResXml.
Xml_InvalidNodeType
, reader.NodeType.ToString(), reader as IXmlLineInfo);
1060
throw new XmlException(ResXml.
Xml_InvalidNodeType
, reader.NodeType.ToString(), reader as IXmlLineInfo);
1372
throw new XmlException(ResXml.
Xml_InvalidNodeType
, reader.NodeType.ToString(), reader as IXmlLineInfo);
1401
throw new XmlException(ResXml.
Xml_InvalidNodeType
, reader.NodeType.ToString(), reader as IXmlLineInfo);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReaderAsync.cs (4)
342
throw new XmlException(ResXml.
Xml_InvalidNodeType
, reader.NodeType.ToString(), reader as IXmlLineInfo);
477
throw new XmlException(ResXml.
Xml_InvalidNodeType
, reader.NodeType.ToString(), reader as IXmlLineInfo);
576
throw new XmlException(ResXml.
Xml_InvalidNodeType
, reader.NodeType.ToString(), reader as IXmlLineInfo);
605
throw new XmlException(ResXml.
Xml_InvalidNodeType
, reader.NodeType.ToString(), reader as IXmlLineInfo);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (3)
6018
Throw(ResXml.
Xml_InvalidNodeType
, _curNode.type.ToString());
9059
Throw(ResXml.
Xml_InvalidNodeType
, _curNode.type.ToString());
9581
throw new XmlException(ResXml.
Xml_InvalidNodeType
, _curNode.type.ToString(), this as IXmlLineInfo);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReaderImpl.cs (1)
982
throw new XmlException(ResXml.
Xml_InvalidNodeType
, _outerReader.NodeType.ToString());