Public Methods
Public Properties
Determines whether the specified object equals this NodeDiagnostic value. Syntax Parameters obj The object to test for equality. Return Value True if obj is another NodeDiagnostic with the same values; False otherwise.
Gets a hash code for the NodeDiagnostic value. Syntax Return Value A hash code for the NodeDiagnostic value.
Gets the message associated with the error. Syntax
Gets the SyntaxNode with which the error is associated. Syntax
Determines whether two NodeDiagnostic values are equal. Syntax Parameters diagnostic1 diagnostic2 Return Value True if the values are equal; False otherwise.
Determines whether two NodeDiagnostic values are not equal. Syntax Parameters diagnostic1 diagnostic2 Return Value True if the values are not equal; False otherwise.
Gets the severity level of the diagnostic message. Syntax
Gets the SnapshotSpan indicating the location of the error. Syntax