Base:
method
SetDiagnostics
Microsoft.CodeAnalysis.GreenNode.SetDiagnostics(Microsoft.CodeAnalysis.DiagnosticInfo[])
3 overrides of SetDiagnostics
Microsoft.CodeAnalysis.CSharp (3)
Syntax\InternalSyntax\SyntaxToken.SyntaxIdentifier.cs (1)
73internal override GreenNode SetDiagnostics(DiagnosticInfo[] diagnostics)
Syntax\InternalSyntax\SyntaxToken.SyntaxLiteral.cs (1)
88internal override GreenNode SetDiagnostics(DiagnosticInfo[] diagnostics)
Syntax\InternalSyntax\SyntaxToken.SyntaxTokenWithTrivia.cs (1)
98internal override GreenNode SetDiagnostics(DiagnosticInfo[] diagnostics)