3 references to Xml_UnexpectedNodeType
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (2)
333
throw new InvalidOperationException(string.Format(ResXml.
Xml_UnexpectedNodeType
, new string[] { _currentNode.NodeType.ToString() }));
780
throw new InvalidOperationException(string.Format(ResXml.
Xml_UnexpectedNodeType
, new string[] { _currentNode.NodeType.ToString() }));
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (1)
1007
return new InvalidOperationException(string.Format(CultureInfo.InvariantCulture, ResXml.
Xml_UnexpectedNodeType
, nodetype.ToString()));