3 references to WithXmlParseError
Microsoft.CodeAnalysis.CSharp (3)
Parser\DocumentationCommentParser.cs (3)
211
name = this.
WithXmlParseError
(name, XmlParseErrorCode.XML_InvalidWhitespace);
250
endName = this.
WithXmlParseError
(endName, XmlParseErrorCode.XML_InvalidWhitespace);
449
attrName = this.
WithXmlParseError
(attrName, XmlParseErrorCode.XML_WhitespaceMissing);