5 references to XML_InvalidWhitespace
Microsoft.CodeAnalysis.CSharp (5)
Parser\DocumentationCommentParser.cs (4)
211
name = this.WithXmlParseError(name, XmlParseErrorCode.
XML_InvalidWhitespace
);
250
endName = this.WithXmlParseError(endName, XmlParseErrorCode.
XML_InvalidWhitespace
);
702
colon = WithAdditionalDiagnostics(colon, new XmlSyntaxDiagnosticInfo(offset, width, XmlParseErrorCode.
XML_InvalidWhitespace
));
715
id = WithAdditionalDiagnostics(id, new XmlSyntaxDiagnosticInfo(offset, width, XmlParseErrorCode.
XML_InvalidWhitespace
));
Parser\Lexer.cs (1)
3404
error = XmlParseErrorCode.
XML_InvalidWhitespace
;