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