2 references to XML_ExpectedIdentifier
Microsoft.CodeAnalysis.CSharp (2)
Parser\DocumentationCommentParser.cs (2)
808
return new XmlSyntaxDiagnosticInfo(offset, length, XmlParseErrorCode.
XML_ExpectedIdentifier
);
829
return new XmlSyntaxDiagnosticInfo(XmlParseErrorCode.
XML_ExpectedIdentifier
);