3 references to XmlSyntaxDiagnosticInfo
Microsoft.CodeAnalysis.CSharp (2)
Parser\DocumentationCommentParser.cs (2)
824
return new
XmlSyntaxDiagnosticInfo
(XmlParseErrorCode.XML_ExpectedIdentifier);
827
return new
XmlSyntaxDiagnosticInfo
(XmlParseErrorCode.XML_InvalidToken, SyntaxFacts.GetText(actual));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
122
verifyWithSeverity(new
XmlSyntaxDiagnosticInfo
(XmlParseErrorCode.XML_EndTagExpected, args));