[ Compact ( opaque = true ) ]
[ CCode ( ref_function = "lsp_diagnostic_related_information_ref" , unref_function = "lsp_diagnostic_related_information_unref" ) ]
public class DiagnosticRelatedInformation
Represents a related message and source code location for a diagnostic.
This should be used to point to code locations that cause or are related to a diagnostics, e.g when duplicating a symbol in a scope.