Home
last modified time | relevance | path

Searched refs:Xdom_Node_Cloning (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Dom/
H A DXmlNotation.cs45 throw new InvalidOperationException(SR.Xdom_Node_Cloning); in CloneNode()
H A DXmlEntity.cs32 throw new InvalidOperationException(SR.Xdom_Node_Cloning); in CloneNode()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Dom/
H A DXmlNotation.cs42 throw new InvalidOperationException(Res.GetString(Res.Xdom_Node_Cloning)); in CloneNode()
H A DXmlEntity.cs34 throw new InvalidOperationException(Res.GetString(Res.Xdom_Node_Cloning)); in CloneNode()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/ReferenceSources/
H A DRes.cs690 public const string Xdom_Node_Cloning = "'Entity' and 'Notation' nodes cannot be cloned."; field in System.Xml.Res