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