Base:
method
WithAdditionalDiagnostics<TNode>
Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.SyntaxParser.WithAdditionalDiagnostics<TNode>(TNode, params Microsoft.CodeAnalysis.DiagnosticInfo[])
7 references to WithAdditionalDiagnostics
Microsoft.CodeAnalysis.CSharp (7)
Parser\DocumentationCommentParser.cs (7)
119
allRemainderText =
WithAdditionalDiagnostics
(allRemainderText, new XmlSyntaxDiagnosticInfo(0, 1, code));
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));
1043
operatorToken =
WithAdditionalDiagnostics
(operatorToken, crefInfo);