Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Dom/
H A DXmlAttributeCollection.cs158 throw new ArgumentException(Res.GetString(Res.Xdom_AttrCol_Insert)); in InsertBefore()
186 throw new ArgumentException(Res.GetString(Res.Xdom_AttrCol_Insert)); in InsertAfter()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Dom/
H A DXmlAttributeCollection.cs183 throw new ArgumentException(SR.Xdom_AttrCol_Insert); in InsertBefore()
212 throw new ArgumentException(SR.Xdom_AttrCol_Insert); in InsertAfter()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/ReferenceSources/
H A DRes.cs656 …public const string Xdom_AttrCol_Insert = "The reference node must be a child of the current node.… field in System.Xml.Res