Home
last modified time | relevance | path

Searched refs:Xdom_DualDeclarationNode (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/ReferenceSources/
H A DRes.cs650 …public const string Xdom_DualDeclarationNode = "This document already has an 'XmlDeclaration' node… field in System.Xml.Res
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Dom/
H A DXmlDocument.cs382 … throw new InvalidOperationException( Res.GetString(Res.Xdom_DualDeclarationNode) ); in IsValidChildType()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Dom/
H A DXmlDocument.cs416 throw new InvalidOperationException(SR.Xdom_DualDeclarationNode); in IsValidChildType()