Base:
method
WithAdditionalDiagnostics<TNode>
Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.SyntaxParser.WithAdditionalDiagnostics<TNode>(TNode, params Microsoft.CodeAnalysis.DiagnosticInfo[])
9 references to WithAdditionalDiagnostics
Microsoft.CodeAnalysis.CSharp (9)
Parser\DocumentationCommentParser.cs (9)
120
allRemainderText =
WithAdditionalDiagnostics
(allRemainderText, new XmlSyntaxDiagnosticInfo(0, 1, code));
702
colon =
WithAdditionalDiagnostics
(colon, new XmlSyntaxDiagnosticInfo(offset, width, XmlParseErrorCode.XML_InvalidWhitespace));
715
id =
WithAdditionalDiagnostics
(id, new XmlSyntaxDiagnosticInfo(offset, width, XmlParseErrorCode.XML_InvalidWhitespace));
838
return
WithAdditionalDiagnostics
(node, new XmlSyntaxDiagnosticInfo(0, node.Width, code));
843
return
WithAdditionalDiagnostics
(node, new XmlSyntaxDiagnosticInfo(0, node.Width, code, args));
848
return
WithAdditionalDiagnostics
(node, new XmlSyntaxDiagnosticInfo(0, node.Width, code, args));
1015
operatorToken =
WithAdditionalDiagnostics
(operatorToken, crefInfo);
1061
operatorToken =
WithAdditionalDiagnostics
(operatorToken, crefInfo);
1104
operatorToken =
WithAdditionalDiagnostics
(operatorToken, crefInfo);