diff --git a/ICSharpCode.NRefactory.Xml/DocumentationElement.cs b/ICSharpCode.NRefactory.Xml/DocumentationElement.cs index 9dd2185a6c..7a2eb3aa19 100644 --- a/ICSharpCode.NRefactory.Xml/DocumentationElement.cs +++ b/ICSharpCode.NRefactory.Xml/DocumentationElement.cs @@ -155,7 +155,7 @@ namespace ICSharpCode.NRefactory.Xml /// Gets whether this is a pure text node. /// public bool IsTextNode { - get { return element == null; } + get { return xmlObject == null; } } ///