5 references to XML_InvalidWhitespace
Microsoft.CodeAnalysis.CSharp (5)
Parser\DocumentationCommentParser.cs (4)
210
name = this.WithXmlParseError(name, XmlParseErrorCode.
XML_InvalidWhitespace
);
249
endName = this.WithXmlParseError(endName, XmlParseErrorCode.
XML_InvalidWhitespace
);
697
colon = WithAdditionalDiagnostics(colon, new XmlSyntaxDiagnosticInfo(offset, width, XmlParseErrorCode.
XML_InvalidWhitespace
));
710
id = WithAdditionalDiagnostics(id, new XmlSyntaxDiagnosticInfo(offset, width, XmlParseErrorCode.
XML_InvalidWhitespace
));
Parser\Lexer.cs (1)
3029
error = XmlParseErrorCode.
XML_InvalidWhitespace
;