Base:
method
WithAdditionalDiagnostics<TNode>
Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.SyntaxParser.WithAdditionalDiagnostics<TNode>(TNode, params Microsoft.CodeAnalysis.DiagnosticInfo[])
6 references to WithAdditionalDiagnostics
Microsoft.CodeAnalysis.CSharp (6)
Parser\DocumentationCommentParser.cs (6)
697
colon =
WithAdditionalDiagnostics
(colon, new XmlSyntaxDiagnosticInfo(offset, width, XmlParseErrorCode.XML_InvalidWhitespace));
710
id =
WithAdditionalDiagnostics
(id, new XmlSyntaxDiagnosticInfo(offset, width, XmlParseErrorCode.XML_InvalidWhitespace));
833
return
WithAdditionalDiagnostics
(node, new XmlSyntaxDiagnosticInfo(0, node.Width, code));
838
return
WithAdditionalDiagnostics
(node, new XmlSyntaxDiagnosticInfo(0, node.Width, code, args));
843
return
WithAdditionalDiagnostics
(node, new XmlSyntaxDiagnosticInfo(0, node.Width, code, args));
1045
operatorToken =
WithAdditionalDiagnostics
(operatorToken, crefInfo);