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