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)
697colon = WithAdditionalDiagnostics(colon, new XmlSyntaxDiagnosticInfo(offset, width, XmlParseErrorCode.XML_InvalidWhitespace)); 710id = WithAdditionalDiagnostics(id, new XmlSyntaxDiagnosticInfo(offset, width, XmlParseErrorCode.XML_InvalidWhitespace)); 833return WithAdditionalDiagnostics(node, new XmlSyntaxDiagnosticInfo(0, node.Width, code)); 838return WithAdditionalDiagnostics(node, new XmlSyntaxDiagnosticInfo(0, node.Width, code, args)); 843return WithAdditionalDiagnostics(node, new XmlSyntaxDiagnosticInfo(0, node.Width, code, args)); 1045operatorToken = WithAdditionalDiagnostics(operatorToken, crefInfo);