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)
120allRemainderText = WithAdditionalDiagnostics(allRemainderText, new XmlSyntaxDiagnosticInfo(0, 1, code)); 702colon = WithAdditionalDiagnostics(colon, new XmlSyntaxDiagnosticInfo(offset, width, XmlParseErrorCode.XML_InvalidWhitespace)); 715id = WithAdditionalDiagnostics(id, new XmlSyntaxDiagnosticInfo(offset, width, XmlParseErrorCode.XML_InvalidWhitespace)); 838return WithAdditionalDiagnostics(node, new XmlSyntaxDiagnosticInfo(0, node.Width, code)); 843return WithAdditionalDiagnostics(node, new XmlSyntaxDiagnosticInfo(0, node.Width, code, args)); 848return WithAdditionalDiagnostics(node, new XmlSyntaxDiagnosticInfo(0, node.Width, code, args)); 1015operatorToken = WithAdditionalDiagnostics(operatorToken, crefInfo); 1061operatorToken = WithAdditionalDiagnostics(operatorToken, crefInfo); 1104operatorToken = WithAdditionalDiagnostics(operatorToken, crefInfo);