3 references to Format
System.Private.Xml (3)
System\Xml\Dom\XmlDocument.cs (1)
1023
throw new InvalidOperationException(SR.
Format
(CultureInfo.InvariantCulture, SR.Xdom_Import, node.NodeType));
System\Xml\Dom\XmlLoader.cs (1)
1003
return new InvalidOperationException(SR.
Format
(CultureInfo.InvariantCulture, SR.Xml_UnexpectedNodeType, nodetype.ToString()));
System\Xml\Dom\XmlNode.cs (1)
114
set { throw new InvalidOperationException(SR.
Format
(CultureInfo.InvariantCulture, SR.Xdom_Node_SetVal, NodeType.ToString())); }