1 reference to XML_EndTagNotExpected
Microsoft.CodeAnalysis.CSharp (1)
Parser\DocumentationCommentParser.cs (1)
118
XmlParseErrorCode code = endTag ? XmlParseErrorCode.
XML_EndTagNotExpected
: XmlParseErrorCode.XML_ExpectedEndOfXml;